]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/colour.cpp
Minor cleanup.
[wxWidgets.git] / src / motif / colour.cpp
index 63d34f901e6e15efa57158c3c5a68467ec234fcb..32c0d39b78a3236fc1b4285e0d0008972601d38a 100644 (file)
@@ -64,7 +64,8 @@ wxColour::~wxColour()
 {
 }
 
-void wxColour::InitWith(unsigned char r, unsigned char g, unsigned char b)
+void wxColour::InitRGBA(unsigned char r, unsigned char g, unsigned char b,
+                        unsigned char WXUNUSED(a))
 {
     m_red = r;
     m_green = g;