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:
@@ -169,7 +169,8 @@ wxObjectRefData *wxColour::CloneRefData(const wxObjectRefData *data) const
|
||||
return new wxColourRefData(*(wxColourRefData *)data);
|
||||
}
|
||||
|
||||
void wxColour::InitWith( unsigned char red, unsigned char green, unsigned char blue )
|
||||
void wxColour::InitRGBA(unsigned char red, unsigned char green, unsigned char blue,
|
||||
unsigned char WXUNUSED(alpha))
|
||||
{
|
||||
AllocExclusive();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user