]> git.saurik.com Git - wxWidgets.git/commitdiff
Warning fix.
authorMart Raudsepp <leio@gentoo.org>
Sat, 5 Aug 2006 00:50:54 +0000 (00:50 +0000)
committerMart Raudsepp <leio@gentoo.org>
Sat, 5 Aug 2006 00:50:54 +0000 (00:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/treeentry_gtk.c

index 66e5a75f070dff12c7432a0cbab4fe216491a79b..c3243ce08f348a9048f82047cc2bf9bc6e825903 100644 (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,