]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / mgl / brush.h
index 8208130df51533a05ee07b9240ccf706e115c005..1bbf1a538b115a150847bb56c2b06cc7555eeaf3 100644 (file)
@@ -36,7 +36,8 @@ public:
     virtual ~wxBrush() {}
     bool operator == (const wxBrush& brush) const;
     bool operator != (const wxBrush& brush) const;
-    bool Ok() const;
+    bool Ok() const { return IsOk(); }
+    bool IsOk() const;
 
     virtual int GetStyle() const;
     wxColour &GetColour() const;