fix VC warning about forward declaring struct as class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c26d982b4b
commit
e7fbaf0efd
@ -40,7 +40,7 @@ private:
|
||||
|
||||
// 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;
|
||||
|
Loading…
Reference in New Issue
Block a user