One more "inherited Create;" to be sure.

git-svn-id: trunk@41097 -
This commit is contained in:
juha 2013-05-09 15:37:10 +00:00
parent ba85dbc1e6
commit bdba8f2a01

View File

@ -1311,6 +1311,7 @@ end;
constructor TFileSearcher.Create;
begin
inherited Create;
FMaskSeparator := ';';
FFollowSymLink := True;
FFileAttribute := faAnyFile;