Merge branch 'master' into windows
[ardour.git] / libs / pbd / pbd / id.h
index 6296fc29812520825b45ad71e03f1ed05bd8e08a..6a9332be53b603fe6c6ef7a9bd016285ef8405a9 100644 (file)
@@ -23,7 +23,7 @@
 #include <stdint.h>
 #include <string>
 
-#include <glibmm/thread.h>
+#include <glibmm/threads.h>
 
 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;
 };