mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:59:19 +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);
|
System.Insert('\',s,p+1);
|
||||||
s:=Trim(s);
|
s:=Trim(s);
|
||||||
if FHints.IndexOf(s)<0 then
|
if FHints.IndexOf(s)<0 then
|
||||||
FHints.AddObject(s,TObject(i));
|
FHints.Add(s);
|
||||||
end;
|
end;
|
||||||
if FHints.Count=0 then
|
if FHints.Count=0 then
|
||||||
FHints.Add(lisNoHints);
|
FHints.Add(lisNoHints);
|
||||||
|
Loading…
Reference in New Issue
Block a user