]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/bitmap.h
adding overlay implementation for core graphics
[wxWidgets.git] / include / wx / cocoa / bitmap.h
index 4eccb2eb7c03fbefc6c67decc7efccac9488c88a..bcf18657525d1e7f5a6e6e9b4a93d4322b93c053 100644 (file)
@@ -107,7 +107,8 @@ public:
     // get the given part of bitmap
     wxBitmap GetSubBitmap( const wxRect& rect ) const;
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     int GetWidth() const;
     int GetHeight() const;
     int GetDepth() const;