X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/670f9935630beb2123a5ca62894ae92a3f0efa4f..baa9ebc473dba4e4ca0c4f288e6ed7c8c277295e:/src/motif/colour.cpp diff --git a/src/motif/colour.cpp b/src/motif/colour.cpp index 657bf6b849..32c0d39b78 100644 --- a/src/motif/colour.cpp +++ b/src/motif/colour.cpp @@ -19,10 +19,9 @@ #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;