From a0458266d7cd5d802b8c51e6a997b4bf0d9beb82 Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 3 Nov 2017 09:38:02 -0400 Subject: in-progress work --- source/slang/decl-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/slang/decl-defs.h') diff --git a/source/slang/decl-defs.h b/source/slang/decl-defs.h index bb8c26f58..9c010d156 100644 --- a/source/slang/decl-defs.h +++ b/source/slang/decl-defs.h @@ -123,7 +123,7 @@ SYNTAX_CLASS(TypeDefDecl, SimpleTypeDecl) END_SYNTAX_CLASS() // An 'assoctype' declaration, it is a container of inheritance clauses -SYNTAX_CLASS(AssocTypeDecl, ContainerDecl) +SYNTAX_CLASS(AssocTypeDecl, AggTypeDecl) END_SYNTAX_CLASS() // A scope for local declarations (e.g., as part of a statement) -- cgit v1.2.3