X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..412a5c570d18aa64f0077a3278ca232776f3f259:/include/wx/x11/brush.h diff --git a/include/wx/x11/brush.h b/include/wx/x11/brush.h index c794e34416..47581c1034 100644 --- a/include/wx/x11/brush.h +++ b/include/wx/x11/brush.h @@ -33,7 +33,7 @@ public: wxBrush( const wxColour &colour, int style = wxSOLID ); wxBrush( const wxBitmap &stippleBitmap ); - ~wxBrush(); + virtual ~wxBrush(); bool Ok() const { return m_refData != NULL; }