Cleanup: use new CheckBox::bind().
[dcpomatic.git] / src / wx / video_panel.h
index e67b22deda0944bff89837c21acbb49c005d5292..752e37765fcc9a3f16a99b561f85d19660a89fcd 100644 (file)
@@ -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;