]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/colour.cpp
Hack to support iso8859 and other wrongly formated
[wxWidgets.git] / src / mac / carbon / colour.cpp
index 2572be337b952987cab1798446c0896abb8b8863..6a3562c3d43f2f33cff8fd3166bb6e9eac853559 100644 (file)
@@ -63,3 +63,9 @@ void wxColour::FromRGBColor( WXCOLORREF* color )
     m_blue = col->blue >> 8;
     m_green = col->green >> 8;
 }
+
+bool wxColour::IsOk() const 
+{
+    return m_isInit; 
+}
+