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;
end;
if ascii then
fToken:=toString
fToken:=Classes.toString
else
fToken:=toWString;
end;