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:
parent
6c76d1ce59
commit
5e6f2fe921
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue