]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/button.cpp
LIB instead of Static, better aligned
[wxWidgets.git] / src / motif / button.cpp
index 5272ec5984fb8fbff4511bf42c92bdca15bd2785..d56e59900e67185428d8768378551632947627ca 100644 (file)
@@ -127,7 +127,7 @@ void wxButton::SetDefault()
     // wxButton in the same row, correction is straighforward: we set
     // resource for all wxButton in this parent (but not sub panels)
 
-    for (wxWindowList::Node * node = parent->GetChildren().GetFirst ();
+    for (wxWindowList::compatibility_iterator node = parent->GetChildren().GetFirst ();
          node; node = node->GetNext ())
     {
         wxWindow *win = node->GetData ();