diff options
Diffstat (limited to 'src/wx/export_dialog.h')
| -rw-r--r-- | src/wx/export_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h index d6e3bdbb6..509cd60e9 100644 --- a/src/wx/export_dialog.h +++ b/src/wx/export_dialog.h @@ -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; |
