Explorar o código

* possible fix for 11062

git-svn-id: trunk@11478 -
florian %!s(int64=17) %!d(string=hai) anos
pai
achega
916e982519
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -3877,7 +3877,7 @@ implementation
          else
            tstoredsymtable(symtable).buildderef;
 
-         if objecttype in [odt_class,odt_interfacecorba] then
+         if assigned(ImplementedInterfaces) then
            begin
              for i:=0 to ImplementedInterfaces.count-1 do
                TImplementedInterface(ImplementedInterfaces[i]).buildderef;