remember in-use snapshot/session name in instant.xml
[ardour.git] / libs / ardour / ardour / session.h
index 5dcab164f8a19823ec5b94f13efbc00e6e9cefb5..8a8e8e72e34768ee550d7dab96b3117cf2d3a146 100644 (file)
@@ -1236,6 +1236,8 @@ class LIBARDOUR_API Session : public PBD::StatefulDestructible, public PBD::Scop
        void graph_reordered ();
 
        /** current snapshot name, without the .ardour suffix */
+       void set_snapshot_name (const std::string &);
+       void save_snapshot_name (const std::string &);
        std::string _current_snapshot_name;
 
        XMLTree*         state_tree;