Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -56,7 +56,7 @@ gtk_tree_entry_get_type ()
|
|||||||
NULL, /* class_data */
|
NULL, /* class_data */
|
||||||
sizeof (GtkTreeEntry),
|
sizeof (GtkTreeEntry),
|
||||||
16, /* n_preallocs */
|
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_type = g_type_register_static (G_TYPE_OBJECT, "GtkTreeEntry",
|
||||||
&tree_entry_info,
|
&tree_entry_info,
|
||||||
|
Reference in New Issue
Block a user