Add a load of explicit keywords.
[dcpomatic.git] / src / wx / dir_picker_ctrl.h
index 383362f570d97095e296d6559af3e2d23da44b36..659fe07ea157ae80607c9bf7b7e197185f0de821 100644 (file)
@@ -23,7 +23,7 @@
 class DirPickerCtrl : public wxPanel
 {
 public:
-       DirPickerCtrl (wxWindow *, wxSize size = wxDefaultSize);
+       explicit DirPickerCtrl (wxWindow *);
 
        wxString GetPath () const;
        void SetPath (wxString);