diff options
Diffstat (limited to 'src/inc')
-rw-r--r-- | src/inc/cordebug.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/cordebug.idl b/src/inc/cordebug.idl index 0faaa7a505..7f13bf680c 100644 --- a/src/inc/cordebug.idl +++ b/src/inc/cordebug.idl @@ -3267,7 +3267,7 @@ interface ICorDebugProcess8 : IUnknown ] interface ICorDebugProcess9 : IUnknown { - HRESULT GetContainerObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugValue** ppContainerObject); + HRESULT GetContainerObject([in] CORDB_ADDRESS interiorPointer, [out] ICorDebugObjectValue** ppContainerObject); } // Event types MODULE_LOADED and MODULE_UNLOADED implement this interface |