X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94c7b08817de7e79ee07088a0b9ab3c6b07ef583..3dece6c4bc6b3952cf2e3c77ca52081a443677be:/include/wx/motif/menu.h diff --git a/include/wx/motif/menu.h b/include/wx/motif/menu.h index f1ab13da3c..16ecaa5557 100644 --- a/include/wx/motif/menu.h +++ b/include/wx/motif/menu.h @@ -12,10 +12,6 @@ #ifndef _WX_MOTIF_MENU_H_ #define _WX_MOTIF_MENU_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "menu.h" -#endif - #include "wx/colour.h" #include "wx/font.h" #include "wx/arrstr.h" @@ -66,7 +62,7 @@ public: void HidePopup(); WXWidget CreateMenu(wxMenuBar *menuBar, WXWidget parent, wxMenu *topMenu, - const wxString& title = wxEmptyString, + size_t index, const wxString& title = wxEmptyString, bool isPulldown = false); // For popups, need to destroy, then recreate menu for a different (or