mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 21:35:57 +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;
|
else break;
|
||||||
end;
|
end;
|
||||||
if ascii then
|
if ascii then
|
||||||
fToken:=toString
|
fToken:=Classes.toString
|
||||||
else
|
else
|
||||||
fToken:=toWString;
|
fToken:=toWString;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user