X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/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; }