summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/inti/files/patch-inti::glib::thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/inti/files/patch-inti::glib::thread.h')
-rw-r--r--x11-toolkits/inti/files/patch-inti::glib::thread.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-toolkits/inti/files/patch-inti::glib::thread.h b/x11-toolkits/inti/files/patch-inti::glib::thread.h
new file mode 100644
index 000000000..27b79503a
--- /dev/null
+++ b/x11-toolkits/inti/files/patch-inti::glib::thread.h
@@ -0,0 +1,18 @@
+--- inti/glib/thread.h.orig Sat Sep 18 21:08:25 2004
++++ inti/glib/thread.h Sat Sep 18 21:09:00 2004
+@@ -485,13 +485,13 @@
+
+ Private()
+ {
+- g_static_private_init(g_static_private());
++ g_static_private_init(this->g_static_private());
+ }
+ //!< Constructs and initializes a new private key.
+
+ ~Private()
+ {
+- g_static_private_free(g_static_private());
++ g_static_private_free(this->g_static_private());
+ }
+ //!< Destructor. Frees the private key.
+