Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp 2006-08-05 00:50:54 +00:00
parent b286fd733e
commit eb78c69afd

View File

@ -56,7 +56,7 @@ gtk_tree_entry_get_type ()
NULL, /* class_data */
sizeof (GtkTreeEntry),
16, /* n_preallocs */
(GInstanceInitFunc) gtk_tree_entry_init, /*instance_init*/
(GInstanceInitFunc) gtk_tree_entry_init /*instance_init*/
};
tree_entry_type = g_type_register_static (G_TYPE_OBJECT, "GtkTreeEntry",
&tree_entry_info,