diff --git a/include/xo/interpreter2/VirtualSchematikaMachine.hpp b/include/xo/interpreter2/VirtualSchematikaMachine.hpp index 2cbd08e4..a34310ab 100644 --- a/include/xo/interpreter2/VirtualSchematikaMachine.hpp +++ b/include/xo/interpreter2/VirtualSchematikaMachine.hpp @@ -81,6 +81,11 @@ namespace xo { VirtualSchematikaMachine(const VsmConfig & config, obj aux_mm); + /** non-trivial dtor because of @ref reader_ + * indirect dependency on DGlobalSymtab + **/ + ~VirtualSchematikaMachine() = default; + /** allocator for schematika data **/ obj allocator() const noexcept; /** allocator for runtime errors **/