removed overloaded virtual InitWith() methods, keep just a single InitRGBA()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,9 +57,10 @@ wxColour::~wxColour()
|
||||
{
|
||||
} // end of wxColour::~wxColour
|
||||
|
||||
void wxColour::InitWith( unsigned char cRed,
|
||||
void wxColour::InitRGBA( unsigned char cRed,
|
||||
unsigned char cGreen,
|
||||
unsigned char cBlue )
|
||||
unsigned char cBlue,
|
||||
unsigned char WXUNUSED(calpha) )
|
||||
{
|
||||
m_cRed = cRed;
|
||||
m_cGreen = cGreen;
|
||||
|
Reference in New Issue
Block a user