Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
[ardour.git] / libs / ardour / ardour / user_bundle.h
index fa37392fc0fe769938d882aedc09810affbd162b..f590ec1ebef4182d27896f7ea115daa72b35849a 100644 (file)
@@ -38,7 +38,7 @@ class UserBundle : public Bundle, public PBD::Stateful {
        XMLNode& get_state ();
 
   private:
-       int set_state (XMLNode const &);
+       int set_state (XMLNode const &, int version = 3000);
 };
 
 }