[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-4' - kit/ChildSession.hpp

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue May 14 12:05:58 UTC 2019


 kit/ChildSession.hpp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit b52dd6b14e63ff160524a0f6fe2d3d4e2361d547
Author:     Jan Holesovsky <kendy at collabora.com>
AuthorDate: Tue May 14 14:02:12 2019 +0200
Commit:     Jan Holesovsky <kendy at collabora.com>
CommitDate: Tue May 14 14:05:32 2019 +0200

    Fix build.
    
    Change-Id: Ibfe0d09ca156540f5ec535c6a5da5e9cd339b16d

diff --git a/kit/ChildSession.hpp b/kit/ChildSession.hpp
index 1e61e4bf5..8b1bc7ff1 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& jailedFilePath,


More information about the Libreoffice-commits mailing list