X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/452418c4b0763eb611432e84f077c9766e282057..8b56b16aca250be0f25881456350966a535095e2:/include/wx/dfb/bitmap.h diff --git a/include/wx/dfb/bitmap.h b/include/wx/dfb/bitmap.h index 19767564f9..0bbda585bf 100644 --- a/include/wx/dfb/bitmap.h +++ b/include/wx/dfb/bitmap.h @@ -37,7 +37,8 @@ public: wxBitmap(const wxImage& image, int depth = -1); #endif - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; bool operator==(const wxBitmap& bmp) const; bool operator!=(const wxBitmap& bmp) const { return !(*this == bmp); }