/////////////////////////////////////////////////////////////////////////////
-// Name: fs_arc.cpp
+// Name: src/common/fs_arc.cpp
// Purpose: wxArchive file system
// Author: Vaclav Slavik, Mike Wetherell
// Copyright: (c) 1999 Vaclav Slavik, (c) 2006 Mike Wetherell
-// CVS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
}
#if WXWIN_COMPATIBILITY_2_6 && wxUSE_ZIPSTREAM
- if (factory->IsKindOf(CLASSINFO(wxZipClassFactory)))
+ if (wxDynamicCast(factory, wxZipClassFactory))
((wxZipInputStream*)s)->m_allowSeeking = true;
#endif // WXWIN_COMPATIBILITY_2_6