Fix build.

Change-Id: Ibfe0d09ca156540f5ec535c6a5da5e9cd339b16d
(cherry picked from commit b52dd6b14e63ff160524a0f6fe2d3d4e2361d547)
This commit is contained in:
Jan Holesovsky 2019-05-14 14:02:12 +02:00 committed by Ashod Nakashian
parent 7edfa725c1
commit 5fcd8f38be

View file

@ -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,