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, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/save_as_dialog.h b/gtk2_ardour/save_as_dialog.h
index f016aaf2cd..5284bea74d 100644
--- a/gtk2_ardour/save_as_dialog.h
+++ b/gtk2_ardour/save_as_dialog.h
@@ -33,7 +33,7 @@ public:
std::string new_parent_folder () const;
std::string new_name () const;
-
+
bool switch_to () const;
bool include_media () const;
bool copy_media () const;
@@ -41,7 +41,7 @@ public:
void clear_name ();
void set_name (std::string);
-
+
private:
Gtk::CheckButton switch_to_button;
Gtk::CheckButton copy_media_button;