summaryrefslogtreecommitdiff
path: root/src/wx/dir_picker_ctrl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
-rw-r--r--src/wx/dir_picker_ctrl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h
index df7b25f7a..97c0d217a 100644
--- a/src/wx/dir_picker_ctrl.h
+++ b/src/wx/dir_picker_ctrl.h
@@ -28,7 +28,7 @@ public:
void SetPath (wxString);
private:
- void browse_clicked (wxCommandEvent &);
+ void browse_clicked ();
wxWindow* _parent;
wxStaticText* _folder;