diff options
Diffstat (limited to 'src/types.cpp')
-rw-r--r-- | src/types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.cpp b/src/types.cpp index 4bfb448f..a5edb5b8 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -3,6 +3,6 @@ #include "types.hpp" #include "ast/ast.hpp" -TypeRef::TypeRef(TypeRef::TagSizedArray, TypeRef inner, AST::Expr size_expr) +TypeRef::TypeRef(TypeRef::TagSizedArray, TypeRef inner, AST::Expr&& size_expr) { } |