summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h b/searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h
index 6c142c97aaf..c29af41cdd3 100644
--- a/searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h
+++ b/searchcore/src/vespa/searchcore/proton/test/dummy_document_sub_db.h
@@ -51,7 +51,7 @@ struct DummyDocumentSubDb : public IDocumentSubDB
(const_cast<DummyDocumentSubDb &>(*this), _service.write().master());
}
void setup(const DocumentSubDbInitializerResult &) override {}
- void initViews(const DocumentDBConfig &, const proton::matching::SessionManager::SP &) override {}
+ void initViews(const DocumentDBConfig &) override {}
IReprocessingTask::List applyConfig(const DocumentDBConfig &, const DocumentDBConfig &,
SerialNum, const ReconfigParams &, IDocumentDBReferenceResolver &) override
{