Try to enable some WGL stuff.
[dcpomatic.git] / src / wx / export_dialog.h
index d6e3bdbb6ba810f3828788aaf5cb96d313c6b1d8..509cd60e9221b6f31ea780257c3e4a7ef6bfbf10 100644 (file)
@@ -33,6 +33,7 @@ public:
        boost::filesystem::path path () const;
        ExportFormat format () const;
        bool mixdown_to_stereo () const;
+       bool split_reels () const;
        int x264_crf () const;
 
 private:
@@ -41,6 +42,7 @@ private:
 
        wxChoice* _format;
        wxCheckBox* _mixdown;
+       wxCheckBox* _split_reels;
        wxSlider* _x264_crf;
        wxStaticText* _x264_crf_label[2];
        FilePickerCtrl* _file;