summaryrefslogtreecommitdiffstats
path: root/source/core/core.natvis
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2017-11-03 09:42:44 -0400
committerYong He <yonghe@outlook.com>2017-11-03 09:42:44 -0400
commit8fe947b2fbbdaa747fb7acc7624d9290bba52086 (patch)
treeb5a554eac14202de2e0da12f3146fc0dc867faab /source/core/core.natvis
parentec41631032b65973e8f92348e0a86bb9924ef981 (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.natvis2
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&lt;*,*,*&gt;">
+<Type Name="Slang::RefPtr&lt;*&gt;">
<SmartPointer Usage="Minimal">pointer</SmartPointer>
<DisplayString Condition="pointer == 0">empty</DisplayString>
<DisplayString Condition="pointer != 0">RefPtr {*pointer}</DisplayString>