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()