summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-02 00:18:56 +0100
committerCarl Hetherington <cth@carlh.net>2022-11-02 01:17:53 +0100
commitb39dbb7cf1b0352cf0eb3af4bf4929556355bff5 (patch)
treee679b163406b863dbbc04c4635393973b33929ec /src/wx/video_panel.h
parent9c6d757fc6ff188521719cad9bf2cd494bb4edd8 (diff)
Cleanup: use new CheckBox::bind().
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h
index e67b22ded..752e37765 100644
--- a/src/wx/video_panel.h
+++ b/src/wx/video_panel.h
@@ -29,6 +29,8 @@
#include "timecode.h"
#include "lib/film.h"
+
+class CheckBox;
class wxButton;
class wxChoice;
class wxSpinCtrl;
@@ -70,7 +72,7 @@ private:
void setup_description ();
void setup_sensitivity ();
- wxCheckBox* _reference;
+ CheckBox* _reference;
wxStaticText* _reference_note;
wxStaticText* _type_label;
ContentChoice<VideoContent, VideoFrameType>* _frame_type;