]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/brush.h
renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing
[wxWidgets.git] / include / wx / gtk1 / brush.h
index eb425d067e0acd7fb8882df02aaade6b41237310..f6efa7c8b579b0c9e845a28a6494bba85a357e8e 100644 (file)
@@ -34,7 +34,7 @@ public:
 
     wxBrush( const wxColour &colour, int style = wxSOLID );
     wxBrush( const wxBitmap &stippleBitmap );
-    ~wxBrush();
+    virtual ~wxBrush();
 
     bool Ok() const { return m_refData != NULL; }