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:
@@ -29,6 +29,8 @@ class WXDLLEXPORT wxFrame;
|
|||||||
class WXDLLEXPORT wxToolBar;
|
class WXDLLEXPORT wxToolBar;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/arrstr.h"
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// Menu
|
// Menu
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
@@ -191,7 +191,7 @@ wxSize wxWizardSizer::GetMaxChildSize()
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
wxSize maxOfMin;
|
wxSize maxOfMin;
|
||||||
wxSizerItemList::Node *childNode;
|
wxSizerItemList::compatibility_iterator childNode;
|
||||||
|
|
||||||
for(childNode = m_children.GetFirst(); childNode;
|
for(childNode = m_children.GetFirst(); childNode;
|
||||||
childNode = childNode->GetNext())
|
childNode = childNode->GetNext())
|
||||||
|
Reference in New Issue
Block a user