Rect fix
[ardour.git] / libs / ardour / ardour / session.h
index ea096c7a3efb929fc3f0521a01144c0c502fe55d..e2b14eccfa6e2724808f899ef0303016a993feea 100644 (file)
@@ -477,7 +477,7 @@ class Session : public sigc::trackable, public Stateful
        int save_state (string snapshot_name, bool pending = false);
        int restore_state (string snapshot_name);
        int save_template (string template_name);
-        int save_history ();
+        int save_history (string snapshot_name = "");
 
        static int rename_template (string old_name, string new_name);