소스 검색

* ancestor of TContainedObject fixed

git-svn-id: trunk@9651 -
marco 17 년 전
부모
커밋
5e95516323
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/inc/objpash.inc

+ 1 - 1
rtl/inc/objpash.inc

@@ -242,7 +242,7 @@
           property Controller : IUnknown read GetController;
        end;
 
-       TContainedObject = class(TObject)
+       TContainedObject = class(TAggregatedObject,IInterface)
          protected 
            function QueryInterface(const iid : tguid;out obj) : longint;virtual; stdcall;
          end;