forked from AuroraMiddleware/gtk
gtkstatusicon: unseal private pointer
This commit is contained in:
parent
9114c4c410
commit
ff27677957
@ -48,7 +48,7 @@ struct _GtkStatusIcon
|
||||
{
|
||||
GObject parent_instance;
|
||||
|
||||
GtkStatusIconPrivate *GSEAL (priv);
|
||||
GtkStatusIconPrivate *priv;
|
||||
};
|
||||
|
||||
struct _GtkStatusIconClass
|
||||
|
Loading…
Reference in New Issue
Block a user