]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/colour.cpp
extending calculation of visible region
[wxWidgets.git] / src / x11 / colour.cpp
index f62111a9098b9a733b655c7733d487c554fd9b33..b334a9b931d4e41aa879903634a204052b3d4163 100644 (file)
@@ -213,7 +213,7 @@ bool wxColour::operator == ( const wxColour& col ) const
 
     return (own->red == other->red)
         && (own->green == other->green)
-        && (own->blue == other->blue)
+        && (own->blue == other->blue) ;
 
 }