mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 17:49:27 +02:00
* possible fix for 11062
git-svn-id: trunk@11478 -
This commit is contained in:
parent
d05d315aa5
commit
916e982519
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user