Fixed compile error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -92,7 +92,7 @@ public:
|
|||||||
//
|
//
|
||||||
bool operator == (const wxColour& rColour) const
|
bool operator == (const wxColour& rColour) const
|
||||||
{
|
{
|
||||||
return (m_isInit == rColour.m_isInit
|
return (m_bIsInit == rColour.m_bIsInit
|
||||||
&& m_cRed == rColour.m_cRed
|
&& m_cRed == rColour.m_cRed
|
||||||
&& m_cGreen == rColour.m_cGreen
|
&& m_cGreen == rColour.m_cGreen
|
||||||
&& m_cBlue == rColour.m_cBlue
|
&& m_cBlue == rColour.m_cBlue
|
||||||
|
Reference in New Issue
Block a user