diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-09 21:53:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-09 21:53:38 +0000 |
| commit | 772c2476431ebf42ac83b371cd7edbc9717248f9 (patch) | |
| tree | 1145e3b122b409a4f2c31cbc19bff6a3c31792f4 /src/wx/timecode.h | |
| parent | cc10bdda89782bcce39952c5b740d3a6c9598600 (diff) | |
Hand-apply d7329603f8698f5302d11acfc233ca67695e654d from master; timecode labelling.
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 (); |
