summaryrefslogtreecommitdiff
path: root/src/wx/dir_picker_ctrl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-24 15:03:41 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-24 15:03:41 +0100
commitbe204493844d5316ff93d25a07c0f40944a78c5d (patch)
treea76722cd6bde6af298f55362d1bab64a2d108e42 /src/wx/dir_picker_ctrl.h
parent2153f1155959cd5eef5b8de77845558b84110b5f (diff)
Another fix for new file dialog sizing when using DirPickerCtrl.
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 383362f57..2a486d891 100644
--- a/src/wx/dir_picker_ctrl.h
+++ b/src/wx/dir_picker_ctrl.h
@@ -23,7 +23,7 @@
class DirPickerCtrl : public wxPanel
{
public:
- DirPickerCtrl (wxWindow *, wxSize size = wxDefaultSize);
+ DirPickerCtrl (wxWindow *);
wxString GetPath () const;
void SetPath (wxString);