switch to using boost::signals2 instead of sigc++, at least for libardour. not finish...
[ardour.git] / libs / ardour / ardour / named_selection.h
index d41f104e1a1518e0684621fd42e92772b33c1c9f..0c930d5b72aed4a0830c657341c3a84d94d53f08 100644 (file)
@@ -46,7 +46,7 @@ struct NamedSelection : public PBD::Stateful
 
     int set_state (const XMLNode&, int version);
 
-    static sigc::signal<void,NamedSelection*> NamedSelectionCreated;
+    static boost::signals2::signal<void(NamedSelection*)> NamedSelectionCreated;
 };
 
 }/* namespace ARDOUR */