From cb0c51acf8ded48f92e9f2d93b117cc66058fc3d Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Mon, 31 Oct 2011 05:15:04 +0000 Subject: [PATCH] correct callback function signature git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index a9a5767..931b5e8 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -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) { -- 2.7.4