]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/brush.h
disable (some) features that are not available in DirectFB
[wxWidgets.git] / include / wx / dfb / brush.h
index 98791233990b7f9a242912ed2f35393f02c83b8b..c799da0eceef61e6bef1cfdc45e7ed816372f7dc 100644 (file)
@@ -35,7 +35,8 @@ public:
     wxBrush(const wxColour &colour, int style = wxSOLID);
     wxBrush(const wxBitmap &stippleBitmap);
 
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
     bool operator==(const wxBrush& brush) const;
     bool operator!=(const wxBrush& brush) const { return !(*this == brush); }