summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/receiver.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-05-14 17:07:53 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-05-14 17:07:53 +0000
commit37969d837e16c8fbac0821074495b5ebc2297d94 (patch)
treeb79e840e364c8502aabbf785c28364c596a4632f /libs/pbd/pbd/receiver.h
parent69a242ba6496aa8d4e565a82675ca549a11e4080 (diff)
remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition
git-svn-id: svn://localhost/ardour2/branches/3.0@12264 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/receiver.h')
-rw-r--r--libs/pbd/pbd/receiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/pbd/receiver.h b/libs/pbd/pbd/receiver.h
index 5e32c7d67f..32fb84fa38 100644
--- a/libs/pbd/pbd/receiver.h
+++ b/libs/pbd/pbd/receiver.h
@@ -28,7 +28,7 @@
class strstream;
-class Receiver : virtual public sigc::trackable
+class Receiver : public sigc::trackable
{
public:
Receiver ();