]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/bitmap.h
added CreateSeparatedButtonSizer(), changed signature and semantics of CreateButtonSi...
[wxWidgets.git] / include / wx / mgl / bitmap.h
index 0f5b073554b77ff3d81948f23a3bebc7162f449a..25a58396b50b31fa0057805ece26904e0553859f 100644 (file)
@@ -40,7 +40,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);