From: Vadim Zeitlin Date: Sat, 30 Aug 2008 21:27:44 +0000 (+0000) Subject: fix another occurrence of g++ 3.3 problem with deprecated ctors X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4aeb71a4d253a2e39eed8d53ded8e51583d135d6?ds=inline fix another occurrence of g++ 3.3 problem with deprecated ctors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/menuitem.h b/include/wx/gtk/menuitem.h index c538d03819..fc60a7d3e6 100644 --- a/include/wx/gtk/menuitem.h +++ b/include/wx/gtk/menuitem.h @@ -43,6 +43,7 @@ public: #if WXWIN_COMPATIBILITY_2_8 // compatibility only, don't use in new code wxDEPRECATED( + inline wxMenuItem(wxMenu *parentMenu, int id, const wxString& text,