Fix build.
Change-Id: Ibfe0d09ca156540f5ec535c6a5da5e9cd339b16d (cherry picked from commit b52dd6b14e63ff160524a0f6fe2d3d4e2361d547)
This commit is contained in:
parent
7edfa725c1
commit
5fcd8f38be
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue