correct callback function signature

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2011-10-31 05:15:04 +00:00
parent f0b87ef91c
commit cb0c51acf8

View File

@@ -339,7 +339,7 @@ expose_event_border(GtkWidget* widget, GdkEventExpose* gdk_event, wxWindow* win)
extern "C" { extern "C" {
static void static void
parent_set(GtkWidget* widget, GtkObject* old_parent, wxWindow* win) parent_set(GtkWidget* widget, GtkWidget* old_parent, wxWindow* win)
{ {
if (old_parent) if (old_parent)
{ {