From 3cd8138a419cb165f56070ace0b21a1e63ec5a43 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 25 Jul 2012 17:48:55 +0000 Subject: convert from Glib:: to Glib::Threads for all thread-related API git-svn-id: svn://localhost/ardour2/branches/3.0@13084 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/pbd/event_loop.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/pbd/pbd/event_loop.h') diff --git a/libs/pbd/pbd/event_loop.h b/libs/pbd/pbd/event_loop.h index 450bf5752f..b5ee9b8000 100644 --- a/libs/pbd/pbd/event_loop.h +++ b/libs/pbd/pbd/event_loop.h @@ -22,7 +22,7 @@ #include #include /* we don't need this here, but anything calling call_slot() probably will, so this is convenient */ -#include +#include namespace PBD { @@ -69,13 +69,13 @@ class EventLoop }; virtual void call_slot (InvalidationRecord*, const boost::function&) = 0; - virtual Glib::Mutex& slot_invalidation_mutex() = 0; + virtual Glib::Threads::Mutex& slot_invalidation_mutex() = 0; static EventLoop* get_event_loop_for_thread(); static void set_event_loop_for_thread (EventLoop* ui); private: - static Glib::StaticPrivate thread_event_loop; + static Glib::Threads::Private thread_event_loop; }; -- cgit v1.2.3