summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/filedialogimpl-win32.h
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-02-05 20:33:13 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-02-05 20:33:13 +0000
commit634a9ec8e118dc3a2c1decbca6a82e8a4600508c (patch)
treeeec946cabaa65b4cc0b936b0ca1ab00a781876a4 /src/ui/dialog/filedialogimpl-win32.h
parentSecond try at getting text toolbar properly initialized when there is no pref... (diff)
downloadinkscape-634a9ec8e118dc3a2c1decbca6a82e8a4600508c.tar.gz
inkscape-634a9ec8e118dc3a2c1decbca6a82e8a4600508c.zip
Win32. Fixing Glib and GTKmm deprecations.
(bzr r12102)
Diffstat (limited to 'src/ui/dialog/filedialogimpl-win32.h')
-rw-r--r--src/ui/dialog/filedialogimpl-win32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.h b/src/ui/dialog/filedialogimpl-win32.h
index 15953f9d8..e9d8829f7 100644
--- a/src/ui/dialog/filedialogimpl-win32.h
+++ b/src/ui/dialog/filedialogimpl-win32.h
@@ -226,7 +226,11 @@ private:
/// This mutex is used to ensure that the worker thread
/// that calls GetOpenFileName cannot collide with the
/// main Inkscape thread
+#if GLIB_CHECK_VERSION(2,32,0)
+ Glib::Threads::Mutex *_mutex;
+#else
Glib::Mutex *_mutex;
+#endif
/// The controller function for the thread which calls