use new syntax for connecting to backend signals that enforces explicit connection...
[ardour.git] / libs / ardour / ardour / bundle.h
index 662c3799a5292f569a282c055546cc734dfc34cc..cc2ee19155fdb067b6151f7578184609c51680bc 100644 (file)
@@ -25,7 +25,7 @@
 #include <glibmm/thread.h>
 #include <boost/shared_ptr.hpp>
 
-#include "pbd/scoped_connections.h"
+#include "pbd/signals.h"
 
 #include "ardour/data_type.h"
 
@@ -120,7 +120,7 @@ class Bundle : public PBD::ScopedConnectionList
                DirectionChanged = 0x10 ///< the direction (whether ports are inputs or outputs) has changed
        };
 
-       boost::signals2::signal<void(Change)> Changed;
+       PBD::Signal1<void,Change> Changed;
 
   protected: