]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/colour.cpp
Renamed wxDataViewCell to wxDataViewRenderer since the
[wxWidgets.git] / src / motif / colour.cpp
index 657bf6b849dbdcda6ae5540b3de27abfff5e5e69..32c0d39b78a3236fc1b4285e0d0008972601d38a 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/gdicmn.h"
 #endif
 
-#include "wx/gdicmn.h"
-
 #ifdef __VMS__
 #pragma message disable nosimpint
 #endif
@@ -65,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;