Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b286fd733e
commit
eb78c69afd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue