Remove empty MIDI regions which result from recordings made when no MIDI data is...
[ardour.git] / libs / ardour / ardour / playlist_factory.h
index 02bd68ae7a1248bd1665046283e3c7c7863f2b27..17645ad8a3bbd699a2b174da3079b4e08b434684 100644 (file)
@@ -31,7 +31,7 @@ class Session;
 class PlaylistFactory {
 
   public:
-       static sigc::signal<void,boost::shared_ptr<Playlist>, bool> PlaylistCreated;
+       static PBD::Signal2<void,boost::shared_ptr<Playlist>, bool> PlaylistCreated;
 
        static boost::shared_ptr<Playlist> create (Session&, const XMLNode&, bool hidden = false, bool unused = false);
        static boost::shared_ptr<Playlist> create (DataType type, Session&, std::string name, bool hidden = false);