aboutsummaryrefslogtreecommitdiff
path: root/ports/glibmm/fix-thread.h.patch
blob: 8e7c01b6b5eff57aba4d83305481954eb4205d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/glib/glibmm/threads.h b/glib/glibmm/threads.h
index 5350a99..cc48c01 100644
--- a/glib/glibmm/threads.h
+++ b/glib/glibmm/threads.h
@@ -657,7 +657,7 @@ public:
    */
   inline void replace(T* data);
 
-  GPrivate* gobj() { return gobject_; }
+  GPrivate* gobj() { return &gobject_; }
 
 private:
   GPrivate gobject_;