Remove old Connect() wxWidgets API and use Bind().
[dcpomatic.git] / src / wx / dir_picker_ctrl.h
index df7b25f7a435d2be01f52041db49d3d7b15fced2..97c0d217a15541318bcb8a0bae5498a965dad93f 100644 (file)
@@ -28,7 +28,7 @@ public:
        void SetPath (wxString);
 
 private:
-       void browse_clicked (wxCommandEvent &);
+       void browse_clicked ();
        
        wxWindow* _parent;
        wxStaticText* _folder;