add initial code/stubs, actions, menu items for save as
[ardour.git] / gtk2_ardour / ardour_ui.cc
index 84f843eb6deb759d39bf8fb2bc78e08e770a4d83..e346fbcefcfc0db2dfcd993f4a5173b5b81ed048 100644 (file)
@@ -2282,6 +2282,12 @@ ARDOUR_UI::stop_clocking ()
        clock_signal_connection.disconnect ();
 }
 
+void
+ARDOUR_UI::save_session_as ()
+{
+       
+}
+
 /** Ask the user for the name of a new snapshot and then take it.
  */