summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_as_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/save_as_dialog.h')
-rw-r--r--gtk2_ardour/save_as_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/save_as_dialog.h b/gtk2_ardour/save_as_dialog.h
index 140eb9fa7b..5ba522b318 100644
--- a/gtk2_ardour/save_as_dialog.h
+++ b/gtk2_ardour/save_as_dialog.h
@@ -37,7 +37,9 @@ public:
bool switch_to () const;
bool copy_media () const;
bool copy_external () const;
-
+
+ void clear_name ();
+
private:
Gtk::CheckButton switch_to_button;
Gtk::CheckButton copy_media_button;