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:
Julian Smart
1998-07-03 16:34:35 +00:00
parent ca7731b7c8
commit cfe780fb99
10 changed files with 373 additions and 10 deletions

View File

@@ -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;