This allows the code to compile in all build configurations.
Closes #14541.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72264
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif // 0
bool lastWasRadio = false;
#endif // 0
bool lastWasRadio = false;
- wxToolBarToolsList::Node* node;
+ wxToolBarToolsList::compatibility_iterator node;
for ( node = m_tools.GetFirst(); node; node = node->GetNext() )
{
wxToolMenuBarTool *tool = (wxToolMenuBarTool*) node->GetData();
for ( node = m_tools.GetFirst(); node; node = node->GetNext() )
{
wxToolMenuBarTool *tool = (wxToolMenuBarTool*) node->GetData();