summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-06-17 00:53:26 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-06-17 00:53:26 +0000
commit92ba31386d9e9386774f0490e372b11e0e47dd36 (patch)
tree37bf7e03e18ed82277cf4f0a6fe001d9851882a6 /libs/ardour/ardour/session.h
parent1ef0ecd90a86a36ea1ffb6d44ab26d18d33d0ba3 (diff)
Whitespace fixes in ardour/session.h
git-svn-id: svn://localhost/ardour2/trunk@2021 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 87c1817622..5697eef683 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -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);