Update dialog layout fixes.
[dcpomatic.git] / src / wx / about_dialog.h
index 5e895490898fe054d161cb25db3d04745a3aae2b..f3bb65a6c9d95e2868b8f725ad359ead00d664b4 100644 (file)
  *  @brief The "about DCP-o-matic" dialogue box.
  */
 
+#include "lib/warnings.h"
+DCPOMATIC_DISABLE_WARNINGS
 #include <wx/wx.h>
+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
 };
-