]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
wxHashMap does not take the key type as constructor argument.
[wxWidgets.git] / src / common / menucmn.cpp
index 0a00187d3b033a3a65635deb14f6766d0eabb6d1..1938ce4ca8cff67f003b593383414c7d0dab4d60 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "menubase.h"
 #endif
 
@@ -787,7 +787,6 @@ wxMenu *wxMenuBarBase::Remove(size_t pos)
     wxCHECK_MSG( node, NULL, wxT("bad index in wxMenuBar::Remove()") );
 
     wxMenu *menu = node->GetData();
-    wxCHECK( node, NULL );  // unexpected
     m_menus.Erase(node);
     menu->Detach();