]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/bitmap.h
add IsOk() to all classes having Ok() method (patch 1570985)
[wxWidgets.git] / include / wx / dfb / bitmap.h
index 19767564f94c6377dfc9d457b65a36cff2f990c0..0bbda585bfc94447864a00d47f4bc7a7f9332f57 100644 (file)
@@ -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); }