]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/icon.h
removed spaces; added WXDLLEXPORTs; make overlay classes non copiable
[wxWidgets.git] / include / wx / cocoa / icon.h
index f7bdd3b1c25fae5b3ef0c10613f336d85228b780..760692544e4b21610b0b042d97c6cd8cd139a92e 100644 (file)
@@ -49,7 +49,8 @@ public:
     // ctors, assignment operators...), but it's ok to have such function
     void CopyFromBitmap(const wxBitmap& bmp);
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     int GetWidth() const;
     int GetHeight() const;