MTC: map between timecodes
[ardour.git] / libs / ardour / ardour / process_thread.h
index 36d8b8d3a7f350675728151c720e539bbc800fb0..871a2584d5df17273d9d9409ad3f64e37d0af7ab 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __libardour_process_thread__
 #define __libardour_process_thread__
 
-#include <glibmm/thread.h>
+#include <glibmm/threads.h>
 
 #include "ardour/chan_count.h"
 #include "ardour/types.h"
@@ -29,13 +29,14 @@ public:
        static BufferSet& get_scratch_buffers (ChanCount count = ChanCount::ZERO);
        static BufferSet& get_mix_buffers (ChanCount count = ChanCount::ZERO);
        static gain_t* gain_automation_buffer ();
+       static gain_t* send_gain_automation_buffer ();
        static pan_t** pan_automation_buffer ();
 
 protected:
        void session_going_away ();
 
 private:
-       static Glib::Private<ThreadBuffers>* _private_thread_buffers;
+    static Glib::Threads::Private<ThreadBuffers> _private_thread_buffers;
 };
 
 } // namespace