s/parent/parent_instance/ in GObjects
[platform/upstream/glib.git] / gio / gunixinputstream.h
index 0a63227..4eeaa41 100644 (file)
@@ -45,7 +45,7 @@ typedef struct _GUnixInputStreamPrivate  GUnixInputStreamPrivate;
 
 struct _GUnixInputStream
 {
-  GInputStream parent;
+  GInputStream parent_instance;
 
   /*< private >*/
   GUnixInputStreamPrivate *priv;