X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716cd4107bb8a5f37dea34507453be6870aaef3a..9f556d1dd6a06524c0d5419862836b9f0e9e6e1d:/contrib/include/wx/applet/prepifelse.h diff --git a/contrib/include/wx/applet/prepifelse.h b/contrib/include/wx/applet/prepifelse.h index 216f5d5ba5..14c54a1f59 100644 --- a/contrib/include/wx/applet/prepifelse.h +++ b/contrib/include/wx/applet/prepifelse.h @@ -30,6 +30,7 @@ #ifndef __WX_PREPIFELSE_H #define __WX_PREPIFELSE_H +#include "wx/object.h" #include "wx/html/htmlproc.h" /*--------------------------- Class Definitions ---------------------------*/ @@ -44,7 +45,7 @@ private: public: wxIfElsePrep() : wxHtmlProcessor() {} - ~wxIfElsePrep() {} + virtual ~wxIfElsePrep() {} // Process input text and return processed result wxString Process(const wxString& text) const;