Compilation fixes for wxUSE_STL=1 and for

WXWIN_COMPATIBILITY_2_4=0.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-07-21 19:55:46 +00:00
parent 4f53523161
commit a381fd1c0a
2 changed files with 3 additions and 1 deletions

View File

@ -29,6 +29,8 @@ class WXDLLEXPORT wxFrame;
class WXDLLEXPORT wxToolBar;
#endif
#include "wx/arrstr.h"
// ----------------------------------------------------------------------------
// Menu
// ----------------------------------------------------------------------------

View File

@ -191,7 +191,7 @@ wxSize wxWizardSizer::GetMaxChildSize()
#endif
wxSize maxOfMin;
wxSizerItemList::Node *childNode;
wxSizerItemList::compatibility_iterator childNode;
for(childNode = m_children.GetFirst(); childNode;
childNode = childNode->GetNext())