From: Vadim Zeitlin Date: Sat, 17 Nov 2001 01:23:13 +0000 (+0000) Subject: compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8001ecce19d6f10d2ee39f10cb7ef3b81ea59903 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 12a845a60e..05a2f829cb 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -3744,7 +3744,7 @@ static gint gs_pop_y = 0; static void wxPopupMenuPositionCallback( GtkMenu *menu, gint *x, gint *y, - gpointer * WXUNUSED(user_data) ) + gpointer WXUNUSED(user_data) ) { // ensure that the menu appears entirely on screen GtkRequisition req; diff --git a/src/gtk1/window.cpp b/src/gtk1/window.cpp index 12a845a60e..05a2f829cb 100644 --- a/src/gtk1/window.cpp +++ b/src/gtk1/window.cpp @@ -3744,7 +3744,7 @@ static gint gs_pop_y = 0; static void wxPopupMenuPositionCallback( GtkMenu *menu, gint *x, gint *y, - gpointer * WXUNUSED(user_data) ) + gpointer WXUNUSED(user_data) ) { // ensure that the menu appears entirely on screen GtkRequisition req;