summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/session.h')
-rw-r--r--libs/ardour/ardour/session.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index f1cb739673..aec229e11d 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -1421,8 +1421,9 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
Glib::Threads::Mutex save_state_lock;
Glib::Threads::Mutex peak_cleanup_lock;
- int load_options (const XMLNode&);
- int load_state (std::string snapshot_name);
+ int load_options (const XMLNode&);
+ int load_state (std::string snapshot_name);
+ static int parse_stateful_loading_version (const std::string&);
framepos_t _last_roll_location;
/** the session frame time at which we last rolled, located, or changed transport direction */