X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24528b0c1421ca7bde29027cecc005643dfae8cb..c3357374af44fdcae9d326e62ab5a39d9517102d:/include/wx/fs_zip.h diff --git a/include/wx/fs_zip.h b/include/wx/fs_zip.h index b884fe055b..94d10c8f25 100644 --- a/include/wx/fs_zip.h +++ b/include/wx/fs_zip.h @@ -3,6 +3,7 @@ // Purpose: ZIP file system // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik +// CVS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -26,6 +27,8 @@ #include "wx/filesys.h" +class WXDLLEXPORT wxHashTableLong; + //-------------------------------------------------------------------------------- // wxZipFSHandler //-------------------------------------------------------------------------------- @@ -45,6 +48,7 @@ class WXDLLEXPORT wxZipFSHandler : public wxFileSystemHandler void *m_Archive; wxString m_Pattern, m_BaseDir, m_ZipFile; bool m_AllowDirs, m_AllowFiles; + wxHashTableLong *m_DirsFound; wxString DoFind(); };