summaryrefslogtreecommitdiff
path: root/source/slang/mangle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/mangle.h')
-rw-r--r--source/slang/mangle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/slang/mangle.h b/source/slang/mangle.h
index 65afea741..406796951 100644
--- a/source/slang/mangle.h
+++ b/source/slang/mangle.h
@@ -16,7 +16,9 @@ namespace Slang
String getMangledNameForConformanceWitness(
Type* sub,
Type* sup);
-
+ String getMangledNameForConformanceWitness(
+ DeclRef<Decl> sub,
+ DeclRef<Decl> sup);
String getMangledTypeName(Type* type);
}