]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlfilt.h
A couple more 'int' to UWORD conversions
[wxWidgets.git] / 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