Browse Source

bugfix, inherited reset was not called

git-svn-id: trunk@1724 -
olle 20 năm trước cách đây
mục cha
commit
5bf628a72e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      compiler/symdef.pas

+ 1 - 0
compiler/symdef.pas

@@ -2638,6 +2638,7 @@ implementation
 
     procedure tabstractrecorddef.reset;
       begin
+        inherited reset;
         tstoredsymtable(symtable).reset_all_defs;
       end;