summaryrefslogtreecommitdiff
path: root/src/wx/timecode.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-04-03 00:04:31 +0200
committerCarl Hetherington <cth@carlh.net>2022-04-03 23:25:19 +0200
commitd311043bf3c1e3e7f41b314f7ab7c91ed7e5aa7f (patch)
treeab41f58144bda078f96ce23f6328bd36cbd18dc6 /src/wx/timecode.h
parent8c39f950ec8f8b3cf4d258279ab499d7e71dafc8 (diff)
C++11 and whitespace cleanups.
Diffstat (limited to 'src/wx/timecode.h')
-rw-r--r--src/wx/timecode.h4
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
{