Forráskód Böngészése

* possible fix for 11062

git-svn-id: trunk@11478 -
florian 17 éve
szülő
commit
916e982519
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

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