summaryrefslogtreecommitdiff
path: root/src/wx/dir_picker_ctrl.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-22 01:19:33 +0100
committerCarl Hetherington <cth@carlh.net>2016-06-22 01:19:33 +0100
commit129d868fb0bd10b18da0663911117d68ff90bf97 (patch)
treef613643248269ef36c7821603c19847e6e9a47c3 /src/wx/dir_picker_ctrl.h
parentc5fe4e83db7a6fa7263e0d67804fd5a5569bf00a (diff)
parent5e9e59e044fe3b51352d5dccad7f11882c6a571c (diff)
Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
Diffstat (limited to 'src/wx/dir_picker_ctrl.h')
-rw-r--r--src/wx/dir_picker_ctrl.h5
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;
};
-