X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.h;h=f3bb65a6c9d95e2868b8f725ad359ead00d664b4;hb=ef75460b74fd0e8ce4f69a08cf658ad5e3705aae;hp=5e895490898fe054d161cb25db3d04745a3aae2b;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/wx/about_dialog.h b/src/wx/about_dialog.h index 5e8954908..f3bb65a6c 100644 --- a/src/wx/about_dialog.h +++ b/src/wx/about_dialog.h @@ -22,7 +22,10 @@ * @brief The "about DCP-o-matic" dialogue box. */ +#include "lib/warnings.h" +DCPOMATIC_DISABLE_WARNINGS #include +DCPOMATIC_ENABLE_WARNINGS class wxNotebook; @@ -32,11 +35,10 @@ class wxNotebook; class AboutDialog : public wxDialog { public: - AboutDialog (wxWindow *); + explicit AboutDialog (wxWindow *); private: void add_section (wxString, wxArrayString); wxNotebook* _notebook; ///< notebook used to keep each list of names for the credits }; -