From a6ee6be9602f64599b40e01321bd771b17d94f39 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 7 Jan 2013 10:49:21 +0100 Subject: TagPool: use the Mutex class instead of GStaticMutex --- src/TagPool.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/TagPool.hxx') diff --git a/src/TagPool.hxx b/src/TagPool.hxx index 170b2dae..5d68a31d 100644 --- a/src/TagPool.hxx +++ b/src/TagPool.hxx @@ -21,10 +21,11 @@ #define MPD_TAG_POOL_HXX #include "tag.h" +#include "thread/Mutex.hxx" #include -extern GStaticMutex tag_pool_lock; +extern Mutex tag_pool_lock; struct tag_item; -- cgit v1.2.3