diff options
author | Andrew Au <andrewau@microsoft.com> | 2018-05-15 13:54:46 -0700 |
---|---|---|
committer | Andrew Au <cshung@gmail.com> | 2018-11-06 18:34:47 -0800 |
commit | 731dd75e3dfe7f2ef6f857121c0eb2e460d38bce (patch) | |
tree | dfc432ca542ca5db7e986f6482233d538b6e46aa /src/inc | |
parent | 4d3bde0a60d1344590ca1643f8b9c2d9e758ae4e (diff) | |
download | coreclr-731dd75e3dfe7f2ef6f857121c0eb2e460d38bce.tar.gz coreclr-731dd75e3dfe7f2ef6f857121c0eb2e460d38bce.tar.bz2 coreclr-731dd75e3dfe7f2ef6f857121c0eb2e460d38bce.zip |
ICorDebugValue -> ICorDebugObjectValue on GetContainerObject()
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 |