X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd61e8ed01072bc75060245923419eda94ca5d32..b7cacb43db1e69b87b257a67912b4d52995b070a:/include/wx/mac/carbon/pngread.h?ds=inline diff --git a/include/wx/mac/carbon/pngread.h b/include/wx/mac/carbon/pngread.h index 3376a5fa81..222a2c5589 100644 --- a/include/wx/mac/carbon/pngread.h +++ b/include/wx/mac/carbon/pngread.h @@ -88,7 +88,8 @@ public: virtual bool InstantiateBitmap(wxBitmap *bitmap); wxMask *CreateMask(void); - inline bool Ok(void) { return imageOK; } + inline bool Ok() const { return IsOk(); } + inline bool IsOk(void) { return imageOK; } }; class wxPNGReaderIter