diff options
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
| -rw-r--r-- | src/wx/dir_picker_ctrl.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/dir_picker_ctrl.h b/src/wx/dir_picker_ctrl.h index 2ab2a5714..383362f57 100644 --- a/src/wx/dir_picker_ctrl.h +++ b/src/wx/dir_picker_ctrl.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington <cth@carlh.net> + Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -23,7 +23,7 @@ class DirPickerCtrl : public wxPanel { public: - DirPickerCtrl (wxWindow *); + DirPickerCtrl (wxWindow *, wxSize size = wxDefaultSize); wxString GetPath () const; void SetPath (wxString); @@ -36,4 +36,3 @@ private: wxString _path; wxSizer* _sizer; }; - |
