summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_format_selector.h')
-rw-r--r--gtk2_ardour/export_format_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_format_selector.h b/gtk2_ardour/export_format_selector.h
index 9533b15d9b..4af647ac9c 100644
--- a/gtk2_ardour/export_format_selector.h
+++ b/gtk2_ardour/export_format_selector.h
@@ -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 ();