diff --git a/include/ert/http2comm/Http2Server.hpp b/include/ert/http2comm/Http2Server.hpp index 1b7b820..548dad0 100644 --- a/include/ert/http2comm/Http2Server.hpp +++ b/include/ert/http2comm/Http2Server.hpp @@ -111,7 +111,7 @@ class Http2Server * @param timerIoService Optional io service to manage response delays */ Http2Server(const std::string& name, size_t workerThreads, boost::asio::io_service *timerIoService = nullptr); - ~Http2Server(); + virtual ~Http2Server(); // setters