From d311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Apr 2022 00:04:31 +0200 Subject: C++11 and whitespace cleanups. --- src/wx/timecode.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/wx/timecode.h') 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 { -- cgit v1.2.3