Applied [ 609518 ] wxImage: const comp. operators
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -248,9 +248,9 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool operator == (const wxImage& image)
|
||||
bool operator == (const wxImage& image) const
|
||||
{ return m_refData == image.m_refData; }
|
||||
bool operator != (const wxImage& image)
|
||||
bool operator != (const wxImage& image) const
|
||||
{ return m_refData != image.m_refData; }
|
||||
|
||||
static wxList& GetHandlers() { return sm_handlers; }
|
||||
|
Reference in New Issue
Block a user