]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 5 Oct 2003 12:36:59 +0000 (12:36 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 5 Oct 2003 12:36:59 +0000 (12:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/menu.cpp

index 1b8c4885c9baedca960767e480140ae9f3f33eb4..3dbbbb16ecd06cdf86728689c07ef690fe187252 100644 (file)
@@ -52,11 +52,7 @@ static const int                    idMenuTitle = -2;
 //
 // The unique ID for Menus
 //
 //
 // The unique ID for Menus
 //
-#ifdef __VISAGECPP__
 USHORT                              wxMenu::m_nextMenuId = 0;
 USHORT                              wxMenu::m_nextMenuId = 0;
-#else
-static USHORT                       wxMenu::m_nextMenuId = 0;
-#endif
 
 // ----------------------------------------------------------------------------
 // macros
 
 // ----------------------------------------------------------------------------
 // macros