diff options
Diffstat (limited to 'src/wx/timecode.h')
| -rw-r--r-- | src/wx/timecode.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/timecode.h b/src/wx/timecode.h index c31a6740c..84ef5cc1b 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -18,9 +18,11 @@ */ + #ifndef DCPOMATIC_WX_TIMECODE_H #define DCPOMATIC_WX_TIMECODE_H + #include "wx_util.h" #include "lib/dcpomatic_time.h" #include "lib/types.h" @@ -28,6 +30,7 @@ #include <wx/wx.h> #include <boost/signals2.hpp> + class TimecodeBase : public wxPanel { public: @@ -58,6 +61,7 @@ protected: bool _ignore_changed = false; }; + template <class T> class Timecode : public TimecodeBase { |
