* Call inherited constructor

git-svn-id: trunk@40841 -
This commit is contained in:
michael 2019-01-11 10:53:45 +00:00
parent 9d048470f6
commit 91420c7d93

View File

@ -150,6 +150,7 @@ uses coffconsts;
constructor TCoffStringTable.Create;
begin
inherited create;
fSize:=4;
Duplicates:=dupIgnore;
end;