#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/gdicmn.h"
#endif
-#include "wx/gdicmn.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif
{
}
-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;