Added wxExpr parser/lexer files which had somehow got lost;
added some pragmas. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "menu.h"
|
||||
#pragma implementation "menuitem.h"
|
||||
#endif
|
||||
|
||||
// For compilers that support precompilation, includes "wx.h".
|
||||
@@ -158,7 +159,7 @@ void wxMenu::Append(wxMenuItem *pItem)
|
||||
UINT id;
|
||||
wxMenu *SubMenu = pItem->GetSubMenu();
|
||||
if ( SubMenu != NULL ) {
|
||||
wxASSERT( SubMenu->m_hMenu != NULL );
|
||||
wxASSERT( SubMenu->m_hMenu != (WXHMENU) NULL );
|
||||
|
||||
id = (UINT)SubMenu->m_hMenu;
|
||||
|
||||
|
Reference in New Issue
Block a user