]> git.saurik.com Git - wxWidgets.git/commitdiff
correct callback function signature
authorPaul Cornett <paulcor@bullseye.com>
Mon, 31 Oct 2011 05:15:04 +0000 (05:15 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 31 Oct 2011 05:15:04 +0000 (05:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp

index a9a576719dab99f9fda56a395b63070289c49a88..931b5e816774e9965820048340053dbac2134701 100644 (file)
@@ -339,7 +339,7 @@ expose_event_border(GtkWidget* widget, GdkEventExpose* gdk_event, wxWindow* win)
 
 extern "C" {
 static void
-parent_set(GtkWidget* widget, GtkObject* old_parent, wxWindow* win)
+parent_set(GtkWidget* widget, GtkWidget* old_parent, wxWindow* win)
 {
     if (old_parent)
     {