Fix OS X build.
[dcpomatic.git] / src / wx / video_panel.h
index c405822be59d14c5c2b9bc0754adf7152c55cdf1..a1579bf62ef8e82c974779513ce91ff1750e9162 100644 (file)
@@ -39,7 +39,7 @@ class wxButton;
 class VideoPanel : public ContentSubPanel
 {
 public:
-       VideoPanel (ContentPanel *);
+       explicit VideoPanel (ContentPanel *);
 
        void film_changed (Film::Property);
        void film_content_changed (int);
@@ -57,6 +57,7 @@ private:
        void setup_sensitivity ();
 
        wxCheckBox* _reference;
+       wxStaticText* _reference_note;
        ContentChoice<VideoContent, VideoFrameType>*    _frame_type;
        ContentSpinCtrl<VideoContent>*                  _left_crop;
        ContentSpinCtrl<VideoContent>*                  _right_crop;