rework Stateful::set_state() patch to avoid default version argument
[ardour.git] / libs / ardour / ardour / named_selection.h
index 4911dd8c50139b16b657b8eb6dca54bea58c69b3..d41f104e1a1518e0684621fd42e92772b33c1c9f 100644 (file)
@@ -44,7 +44,7 @@ struct NamedSelection : public PBD::Stateful
 
     XMLNode& get_state (void);
 
-    int set_state (const XMLNode&, int version = 3000);
+    int set_state (const XMLNode&, int version);
 
     static sigc::signal<void,NamedSelection*> NamedSelectionCreated;
 };