]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/colour.cpp
unifying CFTypes
[wxWidgets.git] / src / mac / carbon / colour.cpp
index 058f772d2ce836e229c1ca43e299523418ab4b26..225e31e1793ab13e0d995de8c897f0bff425c6d6 100644 (file)
@@ -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)