浏览代码

* Call inherited constructor

git-svn-id: trunk@40841 -
michael 6 年之前
父节点
当前提交
91420c7d93
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/fcl-res/src/coffwriter.pp

+ 1 - 0
packages/fcl-res/src/coffwriter.pp

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