lcl: change toString const usage to Classes.toString (preparations for the new TObject.ToString method)

git-svn-id: trunk@22328 -
This commit is contained in:
paul 2009-10-29 08:41:38 +00:00
parent 79ff6ed4bc
commit 13190deb94

View File

@ -5317,7 +5317,7 @@ begin
else break; else break;
end; end;
if ascii then if ascii then
fToken:=toString fToken:=Classes.toString
else else
fToken:=toWString; fToken:=toWString;
end; end;