Преглед изворни кода

* 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;
 constructor TCoffStringTable.Create;
   begin
   begin
+    inherited create;
     fSize:=4;
     fSize:=4;
     Duplicates:=dupIgnore;
     Duplicates:=dupIgnore;
   end;
   end;