]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_zip.h
1. We don't need GetTopLevelParent() here, we already have wxGetTopLevelParent()
[wxWidgets.git] / include / wx / fs_zip.h
index 26c1e8d43e2c6d0eaacffd53c7a76053daa04d67..e98b3f82ad48f02b262ed7a2d276e37648613a09 100644 (file)
@@ -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: