Compile fix for VC++ 5 and 6.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell 2006-10-28 09:17:27 +00:00
parent 70d7cb34a6
commit d2b23e51e3

View File

@ -285,7 +285,7 @@ wxArchiveFSCacheData* wxArchiveFSCache::Add(
const wxArchiveClassFactory& factory,
wxInputStream *stream)
{
wxArchiveFSCacheData& data(m_hash[name]);
wxArchiveFSCacheData& data = m_hash[name];
if (stream->IsSeekable())
data = wxArchiveFSCacheData(factory, stream);