]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/colour.cpp
Suppress assertion when the array is sorted
[wxWidgets.git] / src / mac / carbon / colour.cpp
index 081bc249571eaaaa9343429cbe6b679f929f7614..e9237fdbc60f87225005e5a023fb49c2d1b206f0 100644 (file)
@@ -52,7 +52,7 @@ void wxColour::InitWith (unsigned char r, unsigned char g, unsigned char b)
     wxComposeRGBColor( &m_pixel , m_red , m_blue , m_green );
 }
 
-void wxColour::Set( const WXCOLORREF* color )
+void wxColour::FromRGBColor( const WXCOLORREF* color )
 {
     RGBColor* col = (RGBColor*) color;
     memcpy( &m_pixel, color, 6 );