summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-07-09 00:52:21 +0200
committerCarl Hetherington <cth@carlh.net>2021-07-09 00:52:25 +0200
commit5d838bc863a7569e68546026c109607fd5a94362 (patch)
tree2bc15cd1e134cd76b740cce753b86934282d8117 /src/wx/video_panel.h
parent8ccbe70f3c2f5db9e88978a98f3ad5735ece07ab (diff)
C++11 tidying.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index 2e394e4fc..3c51ac152 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
This file is part of DCP-o-matic.
@@ -18,21 +18,25 @@
*/
+
/** @file src/lib/video_panel.h
* @brief VideoPanel class.
*/
+
#include "content_sub_panel.h"
#include "content_widget.h"
#include "timecode.h"
#include "lib/film.h"
+
+class wxButton;
class wxChoice;
-class wxStaticText;
class wxSpinCtrl;
-class wxButton;
+class wxStaticText;
class wxToggleButton;
+
/** @class VideoPanel
* @brief The video tab of the film editor.
*/