WXWIN_COMPATIBILITY_2_4=0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22208
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLEXPORT wxToolBar;
#endif
+#include "wx/arrstr.h"
+
// ----------------------------------------------------------------------------
// Menu
// ----------------------------------------------------------------------------
#endif
wxSize maxOfMin;
- wxSizerItemList::Node *childNode;
+ wxSizerItemList::compatibility_iterator childNode;
for(childNode = m_children.GetFirst(); childNode;
childNode = childNode->GetNext())