]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/colour.cpp
Implement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating...
[wxWidgets.git] / src / os2 / colour.cpp
index 205a2475bbd0bdf7cde0dbca8f1e765c79ecf050..d1add0c9c3e7fb9c3dc25c8f361acf00dc8de09f 100644 (file)
@@ -57,9 +57,10 @@ wxColour::~wxColour()
 {
 } // end of wxColour::~wxColour
 
-void wxColour::InitWith( unsigned char cRed,
+void wxColour::InitRGBA( unsigned char cRed,
                          unsigned char cGreen,
-                         unsigned char cBlue )
+                         unsigned char cBlue,
+                         unsigned char WXUNUSED(calpha) )
 {
     m_cRed    = cRed;
     m_cGreen  = cGreen;