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();
private:
wxZipFilenameHashMap *m_DirsFound;
wxString DoFind();
- void CloseArchive(class wxZipInputStream *archive);
DECLARE_NO_COPY_CLASS(wxZipFSHandler)
};