X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50b8a33651e5571899bfab5f72ea56cb18954def..7a7697aafe33e958d60547c50b30d50fe3d3a454:/src/mac/carbon/colour.cpp?ds=inline diff --git a/src/mac/carbon/colour.cpp b/src/mac/carbon/colour.cpp index 058f772d2c..225e31e179 100644 --- a/src/mac/carbon/colour.cpp +++ b/src/mac/carbon/colour.cpp @@ -56,7 +56,7 @@ wxColour& wxColour::operator=(CGColorRef col) bool wxColour::IsOk() const { - return m_cgColour.get() != NULL; + return m_cgColour; } void wxColour::InitRGBA (ChannelType r, ChannelType g, ChannelType b, ChannelType a)