X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fwx%2Ftimecode.h;h=6c5d8ae231cd0d6679e1b56cd2e98b0da34b89d6;hb=00cc999455e060630a5914e7a70489ff98219b49;hp=ccab0ecfcb1686229b8da208163bc25fa240b2d9;hpb=2b7db93970b37c9b21d4eff0c6d2955502ec7098;p=dcpomatic.git diff --git a/src/wx/timecode.h b/src/wx/timecode.h index ccab0ecfc..6c5d8ae23 100644 --- a/src/wx/timecode.h +++ b/src/wx/timecode.h @@ -18,16 +18,21 @@ */ + #ifndef DCPOMATIC_WX_TIMECODE_H #define DCPOMATIC_WX_TIMECODE_H + #include "wx_util.h" #include "lib/dcpomatic_time.h" -#include "lib/types.h" #include +#include +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include + class TimecodeBase : public wxPanel { public: @@ -54,8 +59,11 @@ protected: wxTextCtrl* _frames; wxButton* _set_button; wxStaticText* _fixed; + + bool _ignore_changed = false; }; + template class Timecode : public TimecodeBase {