Dominique Leuenberger
f6c7f1fa6c
- gcc8.patch: add missing address operator OBS-URL: https://build.opensuse.org/request/show/580545 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=10
14 lines
383 B
Diff
14 lines
383 B
Diff
Index: glibmm-2.52.1/glib/glibmm/threads.h
|
|
===================================================================
|
|
--- glibmm-2.52.1.orig/glib/glibmm/threads.h
|
|
+++ glibmm-2.52.1/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_;
|