lazutils: fixed TListFileSearcher.Create

git-svn-id: trunk@40996 -
This commit is contained in:
mattias 2013-05-02 11:23:26 +00:00
parent efb76fb76b
commit 33e67992e5

View File

@ -1327,6 +1327,7 @@ end;
constructor TListFileSearcher.Create(AList: TStrings);
begin
inherited Create;
FList := AList;
end;