summaryrefslogtreecommitdiff
path: root/gtk/gtklinkbutton.h
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-06-28 06:10:15 +0200
committerJavier Jardón <jjardon@gnome.org>2010-07-13 19:40:48 +0200
commit59942f91cb29fb1161c20e6a2e27e36751a63a84 (patch)
treed4f220991e24c1be0938a5cc85b8100fa2cf1ab1 /gtk/gtklinkbutton.h
parent801708b9e65b354c1206995b15f9e3ca55202f01 (diff)
downloadgtk+-59942f91cb29fb1161c20e6a2e27e36751a63a84.tar.gz
GtkLinkButton: unseal private pointer
Diffstat (limited to 'gtk/gtklinkbutton.h')
-rw-r--r--gtk/gtklinkbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklinkbutton.h b/gtk/gtklinkbutton.h
index a5e987e27c..a60c6bbe1a 100644
--- a/gtk/gtklinkbutton.h
+++ b/gtk/gtklinkbutton.h
@@ -52,7 +52,7 @@ struct _GtkLinkButton
{
GtkButton parent_instance;
- GtkLinkButtonPrivate *GSEAL (priv);
+ GtkLinkButtonPrivate *priv;
};
struct _GtkLinkButtonClass