s/parent/parent_instance/ in GObjects
[platform/upstream/glib.git] / gio / goutputstream.h
index b617c7e..4977d7d 100644 (file)
@@ -67,7 +67,7 @@ typedef struct _GOutputStreamPrivate  GOutputStreamPrivate;
 
 struct _GOutputStream
 {
-  GObject parent;
+  GObject parent_instance;
   
   /*< private >*/
   GOutputStreamPrivate *priv;