From ead8903bfb3e692d38ed41e1acb123a35809d2e8 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 2 Sep 2002 10:41:56 +0000 Subject: [PATCH] vc6 fixes --- stepmania/src/RageUtil.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/RageUtil.cpp b/stepmania/src/RageUtil.cpp index eaec12b285..eb1754cdb7 100644 --- a/stepmania/src/RageUtil.cpp +++ b/stepmania/src/RageUtil.cpp @@ -311,9 +311,9 @@ void GetCwd(CString &s) class DirCache { public: struct CacheEntry { - CArray files; - CArray exts; - CArray Attributes; + CStringArray files; + CStringArray exts; + CArray Attributes; CString dir; }; @@ -326,7 +326,7 @@ private: CacheEntry *LoadDirCache( const CString &sPath ); /* We don't have too many directories ... XXX - glenn */ - CArray directory_cache; + CArray directory_cache; } static DirectoryCache; void DirCache::FlushCache()