diff options
author | Tim Janik <timj@src.gnome.org> | 2008-06-20 10:59:22 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2008-06-20 10:59:22 +0000 |
commit | 84086c1e070b90abc98d9eda1cd0bf7dcc1e5b9e (patch) | |
tree | c773959e9ab66f3f8702ccfa7ddb01145dda55a4 /gtk/gtkentrycompletion.h | |
parent | 7b287e64bc239d333b49444261d08982ae8b7c3a (diff) | |
download | gtk+-84086c1e070b90abc98d9eda1cd0bf7dcc1e5b9e.tar.gz |
Seal private member.
* gtk/gtkentrycompletion.h: Seal private member.
svn path=/trunk/; revision=20506
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r-- | gtk/gtkentrycompletion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h index b9ad7ce2e8..14365ff613 100644 --- a/gtk/gtkentrycompletion.h +++ b/gtk/gtkentrycompletion.h @@ -55,7 +55,7 @@ struct _GtkEntryCompletion GObject parent_instance; /*< private >*/ - GtkEntryCompletionPrivate *priv; + GtkEntryCompletionPrivate *GSEAL (priv); }; struct _GtkEntryCompletionClass |