projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Better fix
[wxWidgets.git]
/
include
/
wx
/
fs_arc.h
diff --git
a/include/wx/fs_arc.h
b/include/wx/fs_arc.h
index 748f523b9290d0dd1f400d77a769127be29f63b4..53e83fa2eed854c4703e4ffbf86bbc52eb57dc12 100644
(file)
--- a/
include/wx/fs_arc.h
+++ b/
include/wx/fs_arc.h
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: fs_arc.h
+// Name:
wx/
fs_arc.h
// Purpose: Archive file system
// Author: Vaclav Slavik, Mike Wetherell
// Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
// Purpose: Archive file system
// Author: Vaclav Slavik, Mike Wetherell
// Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
@@
-40,7
+40,7
@@
private:
// these vars are used by FindFirst/Next:
class wxArchiveFSCacheData *m_Archive;
// these vars are used by FindFirst/Next:
class wxArchiveFSCacheData *m_Archive;
-
class
wxArchiveFSEntry *m_FindEntry;
+
struct
wxArchiveFSEntry *m_FindEntry;
wxString m_Pattern, m_BaseDir, m_ZipFile;
bool m_AllowDirs, m_AllowFiles;
wxArchiveFilenameHashMap *m_DirsFound;
wxString m_Pattern, m_BaseDir, m_ZipFile;
bool m_AllowDirs, m_AllowFiles;
wxArchiveFilenameHashMap *m_DirsFound;