diff options
| author | Yong He <yonghe@outlook.com> | 2017-11-03 09:42:44 -0400 |
|---|---|---|
| committer | Yong He <yonghe@outlook.com> | 2017-11-03 09:42:44 -0400 |
| commit | 8fe947b2fbbdaa747fb7acc7624d9290bba52086 (patch) | |
| tree | b5a554eac14202de2e0da12f3146fc0dc867faab /source/core/core.natvis | |
| parent | ec41631032b65973e8f92348e0a86bb9924ef981 (diff) | |
Update natvis file for better viewing of RefPtr, DeclRef and Name classes
Diffstat (limited to 'source/core/core.natvis')
| -rw-r--r-- | source/core/core.natvis | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/core.natvis b/source/core/core.natvis index 3d9ac702e..91fdbb49b 100644 --- a/source/core/core.natvis +++ b/source/core/core.natvis @@ -54,7 +54,7 @@ </Expand> </Type> -<Type Name="Slang::RefPtrImpl<*,*,*>"> +<Type Name="Slang::RefPtr<*>"> <SmartPointer Usage="Minimal">pointer</SmartPointer> <DisplayString Condition="pointer == 0">empty</DisplayString> <DisplayString Condition="pointer != 0">RefPtr {*pointer}</DisplayString> |
