]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/bitmap.h
aui sample can now create extra notebooks
[wxWidgets.git] / include / wx / mgl / bitmap.h
index 0f5b073554b77ff3d81948f23a3bebc7162f449a..f794945d5497eca263b7f9aba81eba13c90606ed 100644 (file)
@@ -38,9 +38,8 @@ public:
     wxBitmap(const wxString &filename, wxBitmapType type = wxBITMAP_TYPE_RESOURCE);
     wxBitmap(const wxImage& image, int depth = -1);
     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);