diff --git a/src/DebugServer/ServerInterface.hpp b/src/DebugServer/ServerInterface.hpp index 0921349c..ad0b7a82 100644 --- a/src/DebugServer/ServerInterface.hpp +++ b/src/DebugServer/ServerInterface.hpp @@ -12,6 +12,8 @@ namespace Bloom::DebugServer class ServerInterface { public: + virtual ~ServerInterface() = default; + /** * Should return the name of the server. *