compilation fix for g++ 4 after last commit (why was 3.3 happy with this?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-11-12 21:36:52 +00:00
parent 6c76d1ce59
commit 5e6f2fe921

View File

@ -40,7 +40,11 @@
// we use normal item but with a special id for the menu title
static const int wxGTK_TITLE_ID = -3;
extern "C" static void gtk_menu_clicked_callback(GtkWidget *widget, wxMenu *menu);
// forward declare it as it's used by wxMenuBar too when using Hildon
extern "C"
{
static void gtk_menu_clicked_callback(GtkWidget *widget, wxMenu *menu);
}
//-----------------------------------------------------------------------------
// idle system