summaryrefslogtreecommitdiff
path: root/gtk/gtkinvisible.c
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-10-01 19:00:17 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-10-01 19:00:17 +0000
commit55c442718c44651525498239767fb2deeec4f9cb (patch)
tree0b5b852780c2e7ecee89d13a52e62cb0e41ddd40 /gtk/gtkinvisible.c
parent8e18d89dfac0da1e23a164a4deee2bd3d44162c2 (diff)
downloadgtk+-55c442718c44651525498239767fb2deeec4f9cb.tar.gz
declare parent_class static
2002-10-01 jacob berkman <jacob@ximian.com> * gtk/gtkinvisible.c: * gtk/gtkclipboard.c: declare parent_class static
Diffstat (limited to 'gtk/gtkinvisible.c')
-rw-r--r--gtk/gtkinvisible.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c
index 5165c3e602..65f8b95146 100644
--- a/gtk/gtkinvisible.c
+++ b/gtk/gtkinvisible.c
@@ -57,7 +57,7 @@ static GObject *gtk_invisible_constructor (GType type,
guint n_construct_properties,
GObjectConstructParam *construct_params);
-GObjectClass *parent_class;
+static GObjectClass *parent_class;
GtkType
gtk_invisible_get_type (void)