X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..6aad0c70377333c38733fc6fedd30c59d620dd68:/include/wx/mac/classic/brush.h diff --git a/include/wx/mac/classic/brush.h b/include/wx/mac/classic/brush.h index 16b517550f..4333b5f0f4 100644 --- a/include/wx/mac/classic/brush.h +++ b/include/wx/mac/classic/brush.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: brush.h +// Name: wx/mac/classic/brush.h // Purpose: wxBrush class // Author: Stefan Csomor // Modified by: @@ -49,9 +49,9 @@ public: wxBrush& operator = (const wxBrush& brush) { if (*this == brush) return (*this); Ref(brush); return *this; } - bool operator == (const wxBrush& brush) + bool operator == (const wxBrush& brush) const { return m_refData == brush.m_refData; } - bool operator != (const wxBrush& brush) + bool operator != (const wxBrush& brush) const { return m_refData != brush.m_refData; } wxMacBrushKind MacGetBrushKind() const ;