summaryrefslogtreecommitdiff
path: root/gtk/gtkseparator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkseparator.c')
-rw-r--r--gtk/gtkseparator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkseparator.c b/gtk/gtkseparator.c
index dec87bb1e..8aa612391 100644
--- a/gtk/gtkseparator.c
+++ b/gtk/gtkseparator.c
@@ -37,8 +37,8 @@ gtk_separator_get_type (void)
sizeof (GtkSeparatorClass),
(GtkClassInitFunc) gtk_separator_class_init,
(GtkObjectInitFunc) gtk_separator_init,
- /* reversed_1 */ NULL,
- /* reversed_2 */ NULL,
+ /* reserved_1 */ NULL,
+ /* reserved_2 */ NULL,
(GtkClassInitFunc) NULL,
};