X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/574c939ef1c1b835a8bc65c0fe724548fa04ec49..9f556d1dd6a06524c0d5419862836b9f0e9e6e1d:/contrib/include/wx/applet/prepecho.h diff --git a/contrib/include/wx/applet/prepecho.h b/contrib/include/wx/applet/prepecho.h index 118174a05a..e0eb9baa2c 100644 --- a/contrib/include/wx/applet/prepecho.h +++ b/contrib/include/wx/applet/prepecho.h @@ -45,7 +45,7 @@ private: public: wxEchoPrep() : wxHtmlProcessor() {} - ~wxEchoPrep() {} + virtual ~wxEchoPrep() {} // Process input text and return processed result wxString Process(const wxString& text) const;