Match and link CDependencyGroup

Former-commit-id: e2567bfa9c
This commit is contained in:
2023-01-13 23:55:03 -08:00
parent 026b7f0fa6
commit 73cd98d1f8
7 changed files with 76 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ public:
T* operator*() { return GetT(); }
T* operator->() { return GetT(); }
static inline rstl::auto_ptr< TObjOwnerDerivedFromIObj< T > >
static rstl::auto_ptr< TObjOwnerDerivedFromIObj< T > >
GetIObjObjectFor(const rstl::auto_ptr< T >& obj) {
return TObjOwnerDerivedFromIObj< T >::GetNewDerivedObject(obj);
}