correction for Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-04-13 09:59:47 +00:00
parent a5bc50ee00
commit 214b7e74f0

View 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