mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:29:29 +02:00
One more "inherited Create;" to be sure.
git-svn-id: trunk@41097 -
This commit is contained in:
parent
ba85dbc1e6
commit
bdba8f2a01
@ -1311,6 +1311,7 @@ end;
|
||||
|
||||
constructor TFileSearcher.Create;
|
||||
begin
|
||||
inherited Create;
|
||||
FMaskSeparator := ';';
|
||||
FFollowSymLink := True;
|
||||
FFileAttribute := faAnyFile;
|
||||
|
Loading…
Reference in New Issue
Block a user