X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22f3361e1cf25c52a2da8fdfc5cb081809e18fb9..eac90854bd92def117248aa59927289b7e1d5c6a:/include/wx/fs_zip.h?ds=sidebyside diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index 5f4dc0b883..938a091e5e 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -24,13 +24,13 @@ #include "wx/filesys.h" -class WXDLLEXPORT wxHashTableLong; +class WXDLLIMPEXP_BASE wxLongToLongHashMap; //-------------------------------------------------------------------------------- // wxZipFSHandler //-------------------------------------------------------------------------------- -class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler +class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler { public: wxZipFSHandler(); @@ -45,7 +45,7 @@ class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler void *m_Archive; wxString m_Pattern, m_BaseDir, m_ZipFile; bool m_AllowDirs, m_AllowFiles; - wxHashTableLong *m_DirsFound; + wxLongToLongHashMap *m_DirsFound; wxString DoFind();