diff options
Diffstat (limited to 'src/hir/expr.hpp')
-rw-r--r-- | src/hir/expr.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hir/expr.hpp b/src/hir/expr.hpp index d1a86c4e..d3bc8ad0 100644 --- a/src/hir/expr.hpp +++ b/src/hir/expr.hpp @@ -636,6 +636,7 @@ struct ExprNode_PathValue: UNKNOWN, FUNCTION, STRUCT_CONSTR, + ENUM_VAR_CONSTR, STATIC, CONSTANT, }; |