summaryrefslogtreecommitdiff
path: root/src/wx/export_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/export_dialog.h')
-rw-r--r--src/wx/export_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/export_dialog.h b/src/wx/export_dialog.h
index 239e56829..0406c562f 100644
--- a/src/wx/export_dialog.h
+++ b/src/wx/export_dialog.h
@@ -32,10 +32,12 @@ public:
boost::filesystem::path path () const;
FFmpegEncoder::Format format () const;
+ bool mixdown_to_stereo () const;
private:
void format_changed ();
wxChoice* _format;
+ wxCheckBox* _mixdown;
FilePickerCtrl* _file;
};