diff options
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index 1d1d6a7f5..1e66b8d94 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net> + Copyright (C) 2013-2015 Carl Hetherington <cth@carlh.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -37,6 +37,8 @@ public: boost::signals2::signal<void ()> Changed; + static wxSize size (wxWindow* parent); + protected: void changed (); void set_clicked (); |
