compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-11-17 01:23:13 +00:00
parent 648bec3ef5
commit 8001ecce19
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;