]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/tbarwce.cpp
Added ability to switch off more components of the size page UI
[wxWidgets.git] / src / msw / wince / tbarwce.cpp
index 833491c3edf2b6c85dc29e8f185c1b1303fef43b..a2e2847ea2f3b4ec025439c6b341d466c13b7d7a 100644 (file)
@@ -372,7 +372,7 @@ bool wxToolMenuBar::Realize()
 #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();