X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aad6765cbd8916ddeb0362b091663138c2e74df3..e3f9e20cb15c62bd347a8e52d2d36529adbdb3d6:/src/x11/colour.cpp diff --git a/src/x11/colour.cpp b/src/x11/colour.cpp index f62111a909..b334a9b931 100644 --- a/src/x11/colour.cpp +++ b/src/x11/colour.cpp @@ -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) ; }