]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
reSWIGged
[wxWidgets.git] / include / wx / mgl / brush.h
index ae8f784b802095a12754794b56de74f960b7b687..1bbf1a538b115a150847bb56c2b06cc7555eeaf3 100644 (file)
@@ -33,10 +33,11 @@ public:
     wxBrush() {}
     wxBrush(const wxColour &colour, int style = wxSOLID);
     wxBrush(const wxBitmap &stippleBitmap);
-    ~wxBrush() {}
+    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;