summaryrefslogtreecommitdiffstats
path: root/source/slang/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/syntax.h')
-rw-r--r--source/slang/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/syntax.h b/source/slang/syntax.h
index bda43b336..46beca2d9 100644
--- a/source/slang/syntax.h
+++ b/source/slang/syntax.h
@@ -1160,7 +1160,7 @@ namespace Slang
RefPtr<ThisTypeSubstitution> getThisTypeSubst(DeclRefBase & declRef, bool insertSubstEntry);
void removeSubstitution(DeclRefBase & declRef, RefPtr<Substitutions> subst);
bool hasGenericSubstitutions(RefPtr<Substitutions> subst);
-
+ RefPtr<GenericSubstitution> getGenericSubstitution(RefPtr<Substitutions> subst);
} // namespace Slang
#endif \ No newline at end of file