mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 05:10:27 +02:00
* Fix for 10482, iinterfacecomponentreference
git-svn-id: trunk@9618 -
This commit is contained in:
parent
edffeac316
commit
97b1d04d8f
@ -580,4 +580,8 @@ begin
|
||||
result:=-1;
|
||||
end;
|
||||
|
||||
function TComponent.iicrGetComponent: TComponent;
|
||||
|
||||
begin
|
||||
result:=self;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user