]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/layout.cpp
fixing iterator comparison
[wxWidgets.git] / src / common / layout.cpp
index 710ff2223e12cf68f66c5822d8e99b764ac520ed..d479f3476e8bc85e1e79a5e57511080417f840eb 100644 (file)
@@ -75,7 +75,7 @@ wxIndividualLayoutConstraint::wxIndividualLayoutConstraint()
     percent = 0;
     otherEdge = wxTop;
     done = false;
-    otherWin = (wxWindowBase *) NULL;
+    otherWin = NULL;
 }
 
 void wxIndividualLayoutConstraint::Set(wxRelationship rel, wxWindowBase *otherW, wxEdge otherE, int val, int marg)
@@ -158,7 +158,7 @@ bool wxIndividualLayoutConstraint::ResetIfWin(wxWindowBase *otherW)
         value = 0;
         percent = 0;
         otherEdge = wxTop;
-        otherWin = (wxWindowBase *) NULL;
+        otherWin = NULL;
         return true;
     }