mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 12:35:55 +02:00
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:
parent
79ff6ed4bc
commit
13190deb94
@ -5317,7 +5317,7 @@ begin
|
||||
else break;
|
||||
end;
|
||||
if ascii then
|
||||
fToken:=toString
|
||||
fToken:=Classes.toString
|
||||
else
|
||||
fToken:=toWString;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user