]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
#ifdefed out Ole... functions for Cygwin.
[wxWidgets.git] / src / motif / utils.cpp
index 07ac707905be836252cf5cc8d3a065b422a54b0d..29f7b5488a7797a04c29e8151f4e48bfbdce178b 100644 (file)
@@ -571,7 +571,7 @@ wxXSetBusyCursor (wxWindow * win, wxCursor * cursor)
 
   XFlush (display);
 
-  for(wxNode *node = win->GetChildren()->First (); node; node = node->Next())
+  for(wxNode *node = win->GetChildren().First (); node; node = node->Next())
   {
         wxWindow *child = (wxWindow *) node->Data ();
            wxXSetBusyCursor (child, cursor);