Make it so it compiles on linux.
git-svn-id: svn://10.0.0.236/branches/JAVADEV_PR3_20001002@81058 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -98,8 +98,9 @@ gtk_mozilla_get_type (void)
|
||||
sizeof (GtkMozillaClass),
|
||||
(GtkClassInitFunc) gtk_mozilla_class_init,
|
||||
(GtkObjectInitFunc) gtk_mozilla_init,
|
||||
(GtkArgSetFunc) NULL,
|
||||
(GtkArgGetFunc) NULL,
|
||||
/* reserved_1 */ NULL,
|
||||
/* reserved_2 */ NULL,
|
||||
(GtkClassInitFunc) NULL
|
||||
};
|
||||
mozilla_type = gtk_type_unique (GTK_TYPE_LAYOUT, &mozilla_info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user