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/id.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/pbd/pbd/id.h') diff --git a/libs/pbd/pbd/id.h b/libs/pbd/pbd/id.h index 6296fc2981..6a9332be53 100644 --- a/libs/pbd/pbd/id.h +++ b/libs/pbd/pbd/id.h @@ -23,7 +23,7 @@ #include #include -#include +#include namespace PBD { @@ -63,7 +63,7 @@ class ID { uint64_t _id; int string_assign (std::string); - static Glib::Mutex* counter_lock; + static Glib::Threads::Mutex* counter_lock; static uint64_t _counter; }; -- cgit v1.2.3