]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes for wxUSE_STL=1 and for
authorMattia Barbon <mbarbon@cpan.org>
Mon, 21 Jul 2003 19:55:46 +0000 (19:55 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 21 Jul 2003 19:55:46 +0000 (19:55 +0000)
WXWIN_COMPATIBILITY_2_4=0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/menu.h
src/generic/wizard.cpp

index 3acc1811a900be66b23c3d931be0f93f0dc3c398..5e2fa12938ee98bb4b8d9535773fa0432e8733c3 100644 (file)
@@ -29,6 +29,8 @@ class WXDLLEXPORT wxFrame;
 class WXDLLEXPORT wxToolBar;
 #endif
 
+#include "wx/arrstr.h"
+
 // ----------------------------------------------------------------------------
 // Menu
 // ----------------------------------------------------------------------------
index 15825ddc9603cb34e73d607a083744f469e14ced..988d7bcf874805910b879168be7a8cd4fec8cd5a 100644 (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())