From: Gilles Depeyrot Date: Fri, 13 Apr 2001 09:59:47 +0000 (+0000) Subject: correction for Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/214b7e74f0d6e46fc278d0060b2e864a23f1714e correction for Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/htmlfilt.h b/include/wx/html/htmlfilt.h index cffb72f211..e755ebb148 100644 --- a/include/wx/html/htmlfilt.h +++ b/include/wx/html/htmlfilt.h @@ -36,6 +36,9 @@ class WXDLLEXPORT wxHtmlFilter : public wxObject public: wxHtmlFilter() : wxObject() {} +#ifdef __WXMAC_X__ + virtual ~wxHtmlFilter() {} +#endif virtual bool CanRead(const wxFSFile& file) const = 0; // returns TRUE if this filter is able to open&read given file