]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
added Show/HideNativeCaret() (patch 759924)
[wxWidgets.git] / src / msw / mdi.cpp
index 6089dcde74aca6eef0956c8a3bfd18e42385eb63..fa8de4d5d2aef70da699ebb9f95a84a3105b3cd6 100644 (file)
@@ -558,7 +558,7 @@ bool wxMDIParentFrame::HandleCommand(WXWORD id, WXWORD cmd, WXHWND hwnd)
 
     if ( IsMdiCommandId(id) )
     {
-        wxWindowList::Node *node = GetChildren().GetFirst();
+        wxWindowList::compatibility_iterator node = GetChildren().GetFirst();
         while ( node )
         {
             wxWindow *child = node->GetData();
@@ -1246,7 +1246,7 @@ void wxMDIClientWindow::DoSetSize(int x, int y, int width, int height, int sizeF
     {
         if (GetParent())
         {
-            wxWindowList::Node *node = GetParent()->GetChildren().GetFirst();
+            wxWindowList::compatibility_iterator node = GetParent()->GetChildren().GetFirst();
             while (node)
             {
                 wxWindow *child = node->GetData();