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:
@@ -40,7 +40,11 @@
|
|||||||
// we use normal item but with a special id for the menu title
|
// we use normal item but with a special id for the menu title
|
||||||
static const int wxGTK_TITLE_ID = -3;
|
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
|
// idle system
|
||||||
|
Reference in New Issue
Block a user