Add a load of explicit keywords.
[dcpomatic.git] / src / wx / export_dialog.h
index 239e5682955caa4de2ab6c84380ee5f78588947b..d785d910d6577c051c8ccc7bbb8337a595c9d615 100644 (file)
@@ -28,14 +28,16 @@ class FilePickerCtrl;
 class ExportDialog : public TableDialog
 {
 public:
-       ExportDialog (wxWindow* parent);
+       explicit ExportDialog (wxWindow* parent);
 
        boost::filesystem::path path () const;
        FFmpegEncoder::Format format () const;
+       bool mixdown_to_stereo () const;
 
 private:
        void format_changed ();
 
        wxChoice* _format;
+       wxCheckBox* _mixdown;
        FilePickerCtrl* _file;
 };