s/parent/parent_instance/ in GObjects
[platform/upstream/glib.git] / gio / gmemoryoutputstream.h
index 5fc32f3..56d77bf 100644 (file)
@@ -46,7 +46,7 @@ typedef struct _GMemoryOutputStreamPrivate  GMemoryOutputStreamPrivate;
 
 struct _GMemoryOutputStream
 {
-  GOutputStream parent;
+  GOutputStream parent_instance;
 
   /*< private >*/
   GMemoryOutputStreamPrivate *priv;