diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-07-13 20:27:16 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-07-14 01:17:28 +0200 |
commit | 18a06d6b6a125b70db45180c6152985649fc1205 (patch) | |
tree | 1bd47258e5546b74684dd76971cbec0d41262f57 /gtk/gtktoggleaction.h | |
parent | 3ce68cd5dea2f720f01f9e30dc7289a4a628a4f9 (diff) | |
download | gtk+-18a06d6b6a125b70db45180c6152985649fc1205.tar.gz |
gtktoggleaction: move public members to private structure
Diffstat (limited to 'gtk/gtktoggleaction.h')
-rw-r--r-- | gtk/gtktoggleaction.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtktoggleaction.h b/gtk/gtktoggleaction.h index 2cdf3fd184..c34336ed4a 100644 --- a/gtk/gtktoggleaction.h +++ b/gtk/gtktoggleaction.h @@ -55,8 +55,7 @@ struct _GtkToggleAction GtkAction parent; /*< private >*/ - - GtkToggleActionPrivate *GSEAL (private_data); + GtkToggleActionPrivate *private_data; }; struct _GtkToggleActionClass |