X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb76ad0b3ba402a255586ca3c78d8f9b827b62ef..02bcd285fac7124a41292d905609220005f51087:/src/common/menucmn.cpp diff --git a/src/common/menucmn.cpp b/src/common/menucmn.cpp index 07fee7e661..e53e576b05 100644 --- a/src/common/menucmn.cpp +++ b/src/common/menucmn.cpp @@ -17,10 +17,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "menubase.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -44,8 +40,8 @@ #include "wx/listimpl.cpp" -WX_DEFINE_LIST(wxMenuList); -WX_DEFINE_LIST(wxMenuItemList); +WX_DEFINE_LIST(wxMenuList) +WX_DEFINE_LIST(wxMenuItemList) // ============================================================================ // implementation