diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-13 03:14:53 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-13 19:40:50 +0200 |
commit | ff276779574e70070c532f461d24ec750145ffe2 (patch) | |
tree | 3c6bbcf32987c95b5e121232b5afff4a2a1dafa3 /gtk/gtkstatusicon.h | |
parent | 9114c4c41074f017d901d38da8b0801c815e4c73 (diff) | |
download | gtk+-ff276779574e70070c532f461d24ec750145ffe2.tar.gz |
gtkstatusicon: unseal private pointer
Diffstat (limited to 'gtk/gtkstatusicon.h')
-rw-r--r-- | gtk/gtkstatusicon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstatusicon.h b/gtk/gtkstatusicon.h index 9142367b12..98d79e58a0 100644 --- a/gtk/gtkstatusicon.h +++ b/gtk/gtkstatusicon.h @@ -48,7 +48,7 @@ struct _GtkStatusIcon { GObject parent_instance; - GtkStatusIconPrivate *GSEAL (priv); + GtkStatusIconPrivate *priv; }; struct _GtkStatusIconClass |