diff --git a/src/env.cpp b/src/env.cpp index 831c42c4a..c44f574fa 100644 --- a/src/env.cpp +++ b/src/env.cpp @@ -848,7 +848,7 @@ class env_stack_impl_t final : public env_scoped_impl_t { return make_unique(std::move(local), s_global_node); } - virtual ~env_stack_impl_t() = default; + ~env_stack_impl_t() override = default; private: /// The scopes of caller functions, which are currently shadowed.