X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Ftimecode.h;fp=src%2Fwx%2Ftimecode.h;h=84ef5cc1ba2bdae4da4af268d4728617d652eee6;hp=c31a6740c5ea86c86e1fb9a2763dba874a23e85d;hb=29196ecc58f92432c21bac47dc5a59c6408524b4;hpb=9c8d2ed2e112596f7bb970d20f9240ec4519ec3e 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 #include + class TimecodeBase : public wxPanel { public: @@ -58,6 +61,7 @@ protected: bool _ignore_changed = false; }; + template class Timecode : public TimecodeBase {