mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 11:49:30 +02:00
lazutils: fixed TListFileSearcher.Create
git-svn-id: trunk@40996 -
This commit is contained in:
parent
efb76fb76b
commit
33e67992e5
@ -1327,6 +1327,7 @@ end;
|
||||
|
||||
constructor TListFileSearcher.Create(AList: TStrings);
|
||||
begin
|
||||
inherited Create;
|
||||
FList := AList;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user