diff options
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r-- | src/ast/ast.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index b5fd07ea..1cd4d1ac 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -156,7 +156,7 @@ public: BorrowShared,
//RawMut,
//RawConst,
- //Box,
+ Box,
};
private:
|