Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
[ardour.git] / libs / ardour / ardour / named_selection.h
index 2dcfbd131cd5f2c0dd7f52318c216b4f27e8f387..4911dd8c50139b16b657b8eb6dca54bea58c69b3 100644 (file)
@@ -44,7 +44,7 @@ struct NamedSelection : public PBD::Stateful
 
     XMLNode& get_state (void);
 
-    int set_state (const XMLNode&);
+    int set_state (const XMLNode&, int version = 3000);
 
     static sigc::signal<void,NamedSelection*> NamedSelectionCreated;
 };