]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/bitmap.h
Tidy up includes and #if wxUSE statements.
[wxWidgets.git] / include / wx / gtk1 / bitmap.h
index db9f3549b2c11eff77936d05ae49268f9e36bc93..437771e18678e80e20c5e9a184ccc0c816a4bab5 100644 (file)
@@ -73,7 +73,8 @@ public:
     virtual ~wxBitmap();
     bool operator == ( const wxBitmap& bmp ) const;
     bool operator != ( const wxBitmap& bmp ) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     bool Create(int width, int height, int depth = -1);