]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/mdi.cpp
latest CW additions
[wxWidgets.git] / src / msw / mdi.cpp
index 953733d50acb355ba64639db7623ed73998cafc3..61653c10fe32b846063a8d3659107ca57ee3ca55 100644 (file)
@@ -527,7 +527,7 @@ bool wxMDIParentFrame::MSWOnCommand(WXWORD id, WXWORD cmd, WXHWND control)
   }
   if (id >= wxFIRST_MDI_CHILD && id <= wxLAST_MDI_CHILD)
   {
-    wxNode* node = GetChildren()->First();
+    wxNode* node = GetChildren().First();
     while (node)
     {
         wxWindow* child = (wxWindow*) node->Data();