]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/icon.h
SetTextColour is gone
[wxWidgets.git] / include / wx / mac / carbon / icon.h
index 5a3b8d45cbe5f962492f97e479a49c290e543523..34fe306a7eb0c0771cfd5e74a82992adc485c800 100644 (file)
@@ -44,7 +44,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;
     int GetDepth() const;