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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user