tooltipwindow: Cosmetic fix
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2019 03:47:49 +0000 (22:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Dec 2019 14:28:22 +0000 (09:28 -0500)
gtk/gtktooltipwindow.c

index d4615647c78617fcb5d2f821b8590dd40be1188c..28e63d095fa27ac23d53d431d5bdc13174d56a37 100644 (file)
@@ -44,7 +44,7 @@
 
 struct _GtkTooltipWindow
 {
-  GtkWindow parent_type;
+  GtkWindow parent_instance;
 
   GdkSurface *surface;
   GskRenderer *renderer;