]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/button.cpp
don't just drop click events resulting from triple clicks
[wxWidgets.git] / src / motif / button.cpp
index 5272ec5984fb8fbff4511bf42c92bdca15bd2785..8de8071092e299bbd06cfd7678a2d819bdadeb6f 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "button.h"
 #endif
 
@@ -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 ();