codetools: fixed compilation

git-svn-id: trunk@16230 -
This commit is contained in:
paul 2008-08-25 14:26:00 +00:00
parent e10d1efd80
commit 7a57600b98

View File

@ -546,7 +546,7 @@ begin
s:='WriteTest';
fs.Write(s[1],length(s));
fs.Free;
if not DeleteFile(TempFilename) then
if not SysUtils.DeleteFile(TempFilename) then
InvalidateFileStateCache;
Result:=true;
except