]> git.saurik.com Git - wxWidgets.git/commitdiff
correction for Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 13 Apr 2001 09:59:47 +0000 (09:59 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Fri, 13 Apr 2001 09:59:47 +0000 (09:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/htmlfilt.h

index cffb72f2113b9692bd8b7337c2255d6b79d4ffb9..e755ebb1480294d01daff678cc0de75e035dc137 100644 (file)
@@ -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