X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c7fc996a73e9f6a83067bc28a3c5581a3fee65..5abefd049eaed7d83ed60ddf2750bea830ce06b6:/include/wx/os2/palette.h diff --git a/include/wx/os2/palette.h b/include/wx/os2/palette.h index a255f50665..f6d7f0f92e 100644 --- a/include/wx/os2/palette.h +++ b/include/wx/os2/palette.h @@ -59,12 +59,8 @@ public: ,unsigned char* pBlue ) const; - virtual bool Ok(void) const { return (m_refData != NULL) ; } - - inline bool operator == (const wxPalette& rPalette) const - { return m_refData == rPalette.m_refData; } - inline bool operator != (const wxPalette& rPalette) const - { return m_refData != rPalette.m_refData; } + virtual bool Ok() const { return IsOk(); } + virtual bool IsOk(void) const { return (m_refData != NULL) ; } virtual bool FreeResource(bool bForce = false);