13
0

Whitespace fixes in ardour/session.h

git-svn-id: svn://localhost/ardour2/trunk@2021 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-06-17 00:53:26 +00:00
parent 1ef0ecd90a
commit 92ba31386d

View File

@ -421,8 +421,8 @@ class Session : public PBD::StatefulDestructible
int save_state (string snapshot_name, bool pending = false);
int restore_state (string snapshot_name);
int save_template (string template_name);
int save_history (string snapshot_name = "");
int restore_history (string snapshot_name);
int save_history (string snapshot_name = "");
int restore_history (string snapshot_name);
void remove_state (string snapshot_name);
void rename_state (string old_name, string new_name);