This commit is contained in:
Glenn Maynard
2003-12-07 22:55:55 +00:00
parent 5f6fedfcda
commit 37182fecd3
+1 -1
View File
@@ -364,7 +364,7 @@ int GetFileModTime( const CString &sPath )
return FILEMAN->GetFileModTime( sPath );
}
void GetDirListing( CString sPath, CStringArray &AddTo, bool bOnlyDirs, bool bReturnPathToo )
void GetDirListing( const CString &sPath, CStringArray &AddTo, bool bOnlyDirs, bool bReturnPathToo )
{
FILEMAN->GetDirListing( sPath, AddTo, bOnlyDirs, bReturnPathToo );
}