added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,10 +74,6 @@ void wxColour::Init()
|
||||
m_green = 0;
|
||||
}
|
||||
|
||||
wxColour::~wxColour()
|
||||
{
|
||||
}
|
||||
|
||||
void wxColour::InitRGBA(unsigned char r, unsigned char g, unsigned char b,
|
||||
unsigned char a)
|
||||
{
|
||||
|
Reference in New Issue
Block a user