rework Stateful::set_state() patch to avoid default version argument
[ardour.git] / libs / ardour / ardour / playlist.h
index 56c755bebb9e1458822fd0a340aea675c52d05c5..aa661b8588401a43604d5c236fd1a03458b3b7bb 100644 (file)
@@ -124,7 +124,7 @@ class Playlist : public SessionObject,
        void foreach_region (sigc::slot<void, boost::shared_ptr<Region> >);
 
        XMLNode& get_state ();
-       int set_state (const XMLNode&);
+       int set_state (const XMLNode&, int version);
        XMLNode& get_template ();
 
        sigc::signal<void,bool> InUse;