X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..42bf837cea417f83f478709be322eb713e6e2ec8:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index 33bf95155d..938a091e5e 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -24,13 +24,13 @@ #include "wx/filesys.h" -class WXDLLEXPORT_BASE wxHashTableLong; +class WXDLLIMPEXP_BASE wxLongToLongHashMap; //-------------------------------------------------------------------------------- // wxZipFSHandler //-------------------------------------------------------------------------------- -class WXDLLEXPORT_BASE wxZipFSHandler : public wxFileSystemHandler +class WXDLLIMPEXP_BASE wxZipFSHandler : public wxFileSystemHandler { public: wxZipFSHandler(); @@ -45,7 +45,7 @@ class WXDLLEXPORT_BASE 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();