mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:49:29 +02:00
IDE: fixed compilation
git-svn-id: trunk@26153 -
This commit is contained in:
parent
4e77876fa2
commit
433b03a717
@ -407,7 +407,7 @@ begin
|
||||
System.Insert('\',s,p+1);
|
||||
s:=Trim(s);
|
||||
if FHints.IndexOf(s)<0 then
|
||||
FHints.AddObject(s,TObject(i));
|
||||
FHints.Add(s);
|
||||
end;
|
||||
if FHints.Count=0 then
|
||||
FHints.Add(lisNoHints);
|
||||
|
Loading…
Reference in New Issue
Block a user