Explorar o código

bugfix, inherited reset was not called

git-svn-id: trunk@1724 -
olle %!s(int64=20) %!d(string=hai) anos
pai
achega
5bf628a72e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;