summaryrefslogtreecommitdiff
path: root/gtk/gtkseparatormenuitem.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-10-30 00:24:08 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-10-30 00:24:08 +0000
commit44a70fc239d2d7aeaa7f03184ede08c800dae9e5 (patch)
treee67d29730038058117759f50674c5303425d533d /gtk/gtkseparatormenuitem.h
parent7c12bae85c4f2e0bc1483b80c4bcacc9ce10c344 (diff)
downloadgtk+-44a70fc239d2d7aeaa7f03184ede08c800dae9e5.tar.gz
Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code.
Mon Oct 29 19:18:35 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkseparatormenuitem.c: Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code.
Diffstat (limited to 'gtk/gtkseparatormenuitem.h')
-rw-r--r--gtk/gtkseparatormenuitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkseparatormenuitem.h b/gtk/gtkseparatormenuitem.h
index 7b6a551952..b34eccbcff 100644
--- a/gtk/gtkseparatormenuitem.h
+++ b/gtk/gtkseparatormenuitem.h
@@ -58,7 +58,7 @@ struct _GtkSeparatorMenuItemClass
};
-GtkType gtk_separator_menu_item_get_type (void) G_GNUC_CONST;
+GType gtk_separator_menu_item_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_separator_menu_item_new (void);