X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..2cbf701441257a130ba79489dcdd37db518cc08e:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index 26c1e8d43e..e98b3f82ad 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -33,10 +33,8 @@ class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler virtual wxFSFile* OpenFile(wxFileSystem& fs, const wxString& location); virtual wxString FindFirst(const wxString& spec, int flags = 0); virtual wxString FindNext(); -#if wxABI_VERSION >= 20602 /* 2.6.2+ only */ void Cleanup(); -#endif - ~wxZipFSHandler(); + virtual ~wxZipFSHandler(); private: // these vars are used by FindFirst/Next: