fix m_FinishedRequests not being cleared on Abort()

This commit is contained in:
Glenn Maynard
2004-11-06 03:21:19 +00:00
parent 2c314df898
commit c8a252ee77
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
bool IsCacheFileFinished( const CString &sFile, CString &sActualPath );
/* Call this when finished with a cached file, to release any resources. */
void FinishedWithCachedFile( const CString &sFile );
void FinishedWithCachedFile( CString sFile );
/* Abort all loads. */
void Abort();