diff --git a/src/compile/Compiler.hpp b/src/compile/Compiler.hpp index 04faf8d..4de3e82 100644 --- a/src/compile/Compiler.hpp +++ b/src/compile/Compiler.hpp @@ -37,7 +37,7 @@ class Compiler { using Visitor = std::function; runtime::VM &vm; - std::optional gcGuard; + const std::optional gcGuard; const std::optional> enclosing; std::vector source;