Fix a few return types.
[ardour.git] / libs / ardour / ardour / export_format_manager.h
index 019a986f350c3fd6ac00b9e471d10f890f1da32b..33a55532033192171b6aeb4d66ca1bdcc45d4e37 100644 (file)
@@ -97,6 +97,8 @@ class ExportFormatManager : public PBD::ScopedConnectionList
 
        void set_name (std::string name);
 
+       void select_with_cue (bool);
+       void select_with_toc (bool);
        void select_src_quality (ExportFormatBase::SRCQuality value);
        void select_trim_beginning (bool value);
        void select_silence_beginning (AnyTime const & time);