]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/bitmap.h
Typo fixes
[wxWidgets.git] / include / wx / mac / carbon / bitmap.h
index a607ec3e9df72141f679bd1f35b3d74a0a8f1b1a..b2eb887ecdc72167d0bba87b16baea5305837d5f 100644 (file)
@@ -132,7 +132,8 @@ public:
     // copies the contents and mask of the given (colour) icon to the bitmap
     virtual bool CopyFromIcon(const wxIcon& icon);
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     int GetWidth() const;
     int GetHeight() const;
     int GetDepth() const;