From 214b7e74f0d6e46fc278d0060b2e864a23f1714e Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Fri, 13 Apr 2001 09:59:47 +0000 Subject: [PATCH] correction for Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/htmlfilt.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.0