Use XMLNode::set_property in PBD::PropertyTemplate<T> class
[ardour.git] / libs / pbd / pbd / receiver.h
index e7f3f25b0bedc7eae1effe05bfbfe48b56491645..2f44deb93ffcc130351bc4d1113ba5ebf40e779d 100644 (file)
@@ -42,7 +42,7 @@ class LIBPBD_API Receiver : public sigc::trackable
        virtual void receive (Transmitter::Channel, const char *) = 0;
 
   private:
-       std::vector<sigc::connection *> connections;
+       PBD::ScopedConnectionList connections;
 };
 
 #endif  // __libmisc_receiver_h__