]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/colour.cpp
switching colors
[wxWidgets.git] / src / x11 / colour.cpp
index 84a183959b2c68459f1c80729aebe243656d476c..6000924c832e2b9fd0858a4f260685073edb794c 100644 (file)
@@ -172,7 +172,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();