projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable
[wxWidgets.git]
/
include
/
wx
/
os2
/
pngread.h
diff --git
a/include/wx/os2/pngread.h
b/include/wx/os2/pngread.h
index d4cf0361f1d5d2963ea6f765084dd4dc593eb4fd..5c46dc9eb7180929f7c98d9d3e61e1920393b4b3 100644
(file)
--- a/
include/wx/os2/pngread.h
+++ b/
include/wx/os2/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