X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7f5426f09c68bf42e58e3932e2bcb0322caa6b41..f262b25c93c89d2f2bd0b388bac293c8969a2d72:/src/generic/colour.cpp?ds=inline diff --git a/src/generic/colour.cpp b/src/generic/colour.cpp index e51a7e3938..6cda3d1e84 100644 --- a/src/generic/colour.cpp +++ b/src/generic/colour.cpp @@ -59,7 +59,9 @@ 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 a) { m_red = r;