summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/slang/slang-syntax.h')
-rw-r--r--source/slang/slang-syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/slang/slang-syntax.h b/source/slang/slang-syntax.h
index e7a82592c..640fa8fcd 100644
--- a/source/slang/slang-syntax.h
+++ b/source/slang/slang-syntax.h
@@ -238,7 +238,7 @@ SubstitutionSet makeSubstitutionFromIncompleteSet(
Val::OperandView<Val> findInnerMostGenericArgs(SubstitutionSet subst);
-ParameterDirection getParameterDirection(VarDeclBase* varDecl);
+ParamPassingMode getParameterDirection(VarDeclBase* varDecl);
inline Type* getTagType(ASTBuilder* astBuilder, DeclRef<EnumDecl> declRef)
{