]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/image.h
simpler implementation
[wxWidgets.git] / include / wx / image.h
index 6e186e7d1cc57df04938efdd59ee1cd672edba2f..d1d4ec762162e10b674714ffb99036a6dbf6f97e 100644 (file)
@@ -327,7 +327,8 @@ public:
     virtual bool SaveFile( wxOutputStream& stream, const wxString& mimetype ) const;
 #endif
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     int GetWidth() const;
     int GetHeight() const;