diff --git a/kit/ChildSession.hpp b/kit/ChildSession.hpp index cbaaba54b..3e32f311d 100644 --- a/kit/ChildSession.hpp +++ b/kit/ChildSession.hpp @@ -36,6 +36,8 @@ enum class LokEventTargetEnum class DocumentManagerInterface { public: + virtual ~DocumentManagerInterface() {} + /// Reqest loading a document, or a new view, if one exists. virtual bool onLoad(const std::string& sessionId, const std::string& uriAnonym,