diff --git a/include/llarp.hpp b/include/llarp.hpp index 115e2e2d6..6fa31da11 100644 --- a/include/llarp.hpp +++ b/include/llarp.hpp @@ -43,7 +43,7 @@ namespace llarp llarp_ev_loop_ptr mainloop; std::string nodedb_dir; - ~Context() = default; + virtual ~Context() = default; void Close();