diff options
Diffstat (limited to 'source/core')
| -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> |
