mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-19 23:09:21 +02:00
* Call inherited constructor
git-svn-id: trunk@40841 -
This commit is contained in:
parent
9d048470f6
commit
91420c7d93
@ -150,6 +150,7 @@ uses coffconsts;
|
||||
|
||||
constructor TCoffStringTable.Create;
|
||||
begin
|
||||
inherited create;
|
||||
fSize:=4;
|
||||
Duplicates:=dupIgnore;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user