summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorHans Fugal <hans@fugal.net>2006-08-10 14:56:20 +0000
committerHans Fugal <hans@fugal.net>2006-08-10 14:56:20 +0000
commita1aa6d2ae1a4a337f5b6b74aa4aaa28ba1d3ba4d (patch)
tree326284cdda4347500230fc5ccce6c62582e5b253 /libs/ardour/ardour
parent74b19eadfab8e57df2cb4270382efb453709dadd (diff)
history snapshot name
git-svn-id: svn://localhost/ardour2/branches/undo@784 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 632e85eade..ebb13011fc 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -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);