summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-mangle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-mangle.cpp')
-rw-r--r--source/slang/slang-mangle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-mangle.cpp b/source/slang/slang-mangle.cpp
index 59110ea05..3111ab132 100644
--- a/source/slang/slang-mangle.cpp
+++ b/source/slang/slang-mangle.cpp
@@ -223,7 +223,7 @@ namespace Slang
else if( auto thisType = dynamicCast<ThisType>(type) )
{
emitRaw(context, "t");
- emitQualifiedName(context, thisType->getInterfaceDecl());
+ emitQualifiedName(context, thisType->getInterfaceDeclRef());
}
else if (const auto errorType = dynamicCast<ErrorType>(type))
{