]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/colour.cpp
corrected version in the libraries names: it's only 2 digits even in development...
[wxWidgets.git] / src / gtk1 / colour.cpp
index 7adf4b1dc27064f8826c653971b2e42438aa0456..82712095cd80d61c8b08333b7d29235b24c2a89a 100644 (file)
@@ -169,7 +169,8 @@ wxObjectRefData *wxColour::CloneRefData(const wxObjectRefData *data) const
     return new wxColourRefData(*(wxColourRefData *)data);
 }
 
-void wxColour::InitWith( unsigned char red, unsigned char green, unsigned char blue )
+void wxColour::InitRGBA(unsigned char red, unsigned char green, unsigned char blue,
+                        unsigned char WXUNUSED(alpha))
 {
     AllocExclusive();