don't add a [shared] panner for the sends to monitoing section
[ardour.git] / libs / ardour / ardour / butler.h
index 061c94d910a754690163cad2d0932584d1ecfcc5..cdd48c3e3a2c655a89718b5320e65ff675eeb8ab 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __ardour_butler_h__
 #define __ardour_butler_h__
 
-#include <glibmm/thread.h>
+#include <glibmm/threads.h>
 
 #include "pbd/ringbuffer.h"
 #include "pbd/pool.h"
@@ -67,8 +67,8 @@ class Butler : public SessionHandleRef
        };
 
        pthread_t    thread;
-       Glib::Mutex  request_lock;
-       Glib::Cond   paused;
+       Glib::Threads::Mutex  request_lock;
+        Glib::Threads::Cond   paused;
        bool         should_run;
        mutable gint should_do_transport_work;
        int          request_pipe[2];