diff options
Diffstat (limited to 'source/slang/mangle.h')
| -rw-r--r-- | source/slang/mangle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/mangle.h b/source/slang/mangle.h index 406796951..45b1d4bd1 100644 --- a/source/slang/mangle.h +++ b/source/slang/mangle.h @@ -12,7 +12,7 @@ namespace Slang String getMangledName(DeclRef<Decl> const & declRef); String getMangledName(DeclRefBase const & declRef); - String mangleSpecializedFuncName(String baseName, RefPtr<Substitutions> subst); + String mangleSpecializedFuncName(String baseName, SubstitutionSet subst); String getMangledNameForConformanceWitness( Type* sub, Type* sup); |
