# | Line 19 | Line 19 | uses | |
---|---|---|
19 | procedure TFile_Empty.InitDataFields; | |
20 | begin | |
21 | inherited; | |
22 | < | FDataFields := TBlock.Create(Self, nil, 0, 'Base', '', nil); |
22 | > | FDataFields := TBlock.Create(Self, nil, 'Base', '', []); |
23 | end; | |
24 | ||
25 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |