corrected the just-added operator=(RGBColor) return value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-03-10 15:56:45 +00:00
parent 38d377e230
commit 5a1c7626d1

View File

@ -71,6 +71,7 @@ void wxColour::FromRGBColor( WXCOLORREF* color )
wxColour& wxColour::operator=(const RGBColor& col)
{
FromRGBColor((WXCOLORREF *)&col);
return *this;
}
bool wxColour::IsOk() const