X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/452418c4b0763eb611432e84f077c9766e282057..c63312c472c83be6d3b935f0ceeef484a7d611ce:/include/wx/mgl/bitmap.h diff --git a/include/wx/mgl/bitmap.h b/include/wx/mgl/bitmap.h index 0f5b073554..25a58396b5 100644 --- a/include/wx/mgl/bitmap.h +++ b/include/wx/mgl/bitmap.h @@ -40,7 +40,8 @@ public: virtual ~wxBitmap() {} bool operator == (const wxBitmap& bmp) const; bool operator != (const wxBitmap& bmp) const; - bool Ok() const; + bool Ok() const { return IsOk(); } + bool IsOk() const; bool Create(int width, int height, int depth = -1);