X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Freceiver.h;h=2f44deb93ffcc130351bc4d1113ba5ebf40e779d;hb=e01d074ad1d1837055437e372e0102fc34a4c257;hp=d3303ae19288fcecae9855be16c44fb2a1729c06;hpb=cf806123ca5faaef483f898daba3f7bd38ec62eb;p=ardour.git diff --git a/libs/pbd/pbd/receiver.h b/libs/pbd/pbd/receiver.h index d3303ae192..2f44deb93f 100644 --- a/libs/pbd/pbd/receiver.h +++ b/libs/pbd/pbd/receiver.h @@ -1,5 +1,5 @@ /* - Copyright (C) 1998-99 Paul Barton-Davis + Copyright (C) 1998-99 Paul Barton-Davis This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,7 +34,7 @@ class LIBPBD_API Receiver : public sigc::trackable public: Receiver (); virtual ~Receiver (); - + void listen_to (Transmitter &); void hangup (); @@ -42,7 +42,7 @@ class LIBPBD_API Receiver : public sigc::trackable virtual void receive (Transmitter::Channel, const char *) = 0; private: - std::vector connections; + PBD::ScopedConnectionList connections; }; #endif // __libmisc_receiver_h__