Add video_{range,frame_type}.{cc,h} and remove some types.h includes.
[dcpomatic.git] / src / wx / video_panel.h
index 2d25f82af4483b3e14522a356cdc4d49111b5420..81e65d820e68b5e703320122422723b896af97c0 100644 (file)
 #include "content_widget.h"
 #include "timecode.h"
 #include "lib/film.h"
+#include "lib/video_frame_type.h"
 
 
+class CheckBox;
 class wxButton;
 class wxChoice;
 class wxSpinCtrl;
@@ -71,7 +73,7 @@ private:
        void setup_description ();
        void setup_sensitivity ();
 
-       wxCheckBox* _reference;
+       CheckBox* _reference;
        wxStaticText* _reference_note;
        wxStaticText* _type_label;
        ContentChoice<VideoContent, VideoFrameType>* _frame_type;