]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/frame.cpp
check that we use bitmaps of correct size in the image list
[wxWidgets.git] / src / motif / frame.cpp
index 4e8cedb04fd90c97ab34e05220a760b132c2513e..ea10fe25541038c34311e14c91cd7006a095d69f 100644 (file)
@@ -581,7 +581,7 @@ void wxFrame::OnActivate(wxActivateEvent& event)
     if (!event.GetActive())
         return;
 
-    for(wxWindowList::Node *node = GetChildren().GetFirst(); node;
+    for(wxWindowList::compatibility_iterator node = GetChildren().GetFirst(); node;
         node = node->GetNext())
     {
         // Find a child that's a subwindow, but not a dialog box.