]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/bitmap.h
fix warnings about calling an inline function before it is defined inline
[wxWidgets.git] / include / wx / mac / classic / bitmap.h
index c20a8a41bc9d3c3ec65bf2575c6ed552c6979dce..b3997a41221062f93a883da3219f556447f5101e 100644 (file)
@@ -168,7 +168,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;