fix issue with solo-in-place
[ardour.git] / gtk2_ardour / export_format_selector.h
index 9533b15d9b3163fa633848ace5993d0f8c2ac2e2..4af647ac9c8e8355f57b29df142e0778a5465ba9 100644 (file)
@@ -63,7 +63,7 @@ class ExportFormatSelector : public Gtk::HBox, public ARDOUR::SessionHandlePtr
 
        void select_format (FormatPtr f);
        void add_new_format ();
-       void remove_format ();
+       void remove_format (bool called_from_button = false);
        int open_edit_dialog (bool new_dialog = false);
        void update_format_combo ();
        void update_format_description ();