]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/button.cpp
added an error message if a bitmap can't be addedto the image list
[wxWidgets.git] / src / motif / button.cpp
index 3ff312878ac23e357b7ed94e0e7305889cda355b..814d1a2a515b99fab4ceb6042f3a50fae0af502d 100644 (file)
@@ -98,7 +98,7 @@ void wxButton::SetDefault()
   // Because it's very hard to find wxButton in the same row,
   // correction is straighforward: we set resource for all wxButton
   // in this parent (but not sub panels)
-  for (wxNode * node = parent->GetChildren ()->First (); node; node = node->Next ())
+  for (wxNode * node = parent->GetChildren().First (); node; node = node->Next ())
     {
       wxButton *item = (wxButton *) node->Data ();
       if (item->IsKindOf(CLASSINFO(wxButton)))