Browse Source

* ancestor of TContainedObject fixed

git-svn-id: trunk@9651 -
marco 17 years ago
parent
commit
5e95516323
1 changed files with 1 additions and 1 deletions
  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;