* Fix for 10482, iinterfacecomponentreference

git-svn-id: trunk@9618 -
This commit is contained in:
marco 2008-01-02 20:45:09 +00:00
parent edffeac316
commit 97b1d04d8f

View File

@ -580,4 +580,8 @@ begin
result:=-1;
end;
function TComponent.iicrGetComponent: TComponent;
begin
result:=self;
end;