- Fix process callbakc handling during export
[ardour.git] / libs / ardour / ardour / named_selection.h
index 2dcfbd131cd5f2c0dd7f52318c216b4f27e8f387..c17ef3bf4dff1ed00e1da217460b4832cbc6286e 100644 (file)
@@ -44,9 +44,9 @@ struct NamedSelection : public PBD::Stateful
 
     XMLNode& get_state (void);
 
-    int set_state (const XMLNode&);
+    int set_state (const XMLNode&, int version);
 
-    static sigc::signal<void,NamedSelection*> NamedSelectionCreated;
+    static PBD::Signal1<void,NamedSelection*> NamedSelectionCreated;
 };
 
 }/* namespace ARDOUR */