aboutsummaryrefslogtreecommitdiff
path: root/src/thread/GLibMutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/GLibMutex.hxx')
-rw-r--r--src/thread/GLibMutex.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/thread/GLibMutex.hxx b/src/thread/GLibMutex.hxx
index f9bb5b4e..2c666c1e 100644
--- a/src/thread/GLibMutex.hxx
+++ b/src/thread/GLibMutex.hxx
@@ -36,6 +36,8 @@
* A wrapper for GMutex.
*/
class GLibMutex {
+ friend class GLibCond;
+
#if GLIB_CHECK_VERSION(2,32,0)
GMutex mutex;
#else