X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Freceiver.h;h=32fb84fa38e28c99e8e8e5bc6d2b932978ab1c1b;hb=7a6e86c9f9bef8db74b755db659794c4a859f36d;hp=5ce238df636aebc243812a8fe095749e55af36cb;hpb=22c20ab6f215c0ab24702a479aa6821c25a7d058;p=ardour.git diff --git a/libs/pbd/pbd/receiver.h b/libs/pbd/pbd/receiver.h index 5ce238df63..32fb84fa38 100644 --- a/libs/pbd/pbd/receiver.h +++ b/libs/pbd/pbd/receiver.h @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __libmisc_receiver_h__ @@ -27,11 +26,9 @@ #include "transmitter.h" -using std::vector; - class strstream; -class Receiver : virtual public sigc::trackable +class Receiver : public sigc::trackable { public: Receiver (); @@ -44,7 +41,7 @@ class Receiver : virtual public sigc::trackable virtual void receive (Transmitter::Channel, const char *) = 0; private: - vector connections; + std::vector connections; }; #endif // __libmisc_receiver_h__