Add a load of explicit keywords.
[dcpomatic.git] / src / wx / about_dialog.h
index 5e895490898fe054d161cb25db3d04745a3aae2b..c1965459998ced7f4859b14113b87c017dad42bb 100644 (file)
@@ -32,11 +32,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
 };
-