summaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/server/documentdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/server/documentdb.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/documentdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/documentdb.h b/searchcore/src/vespa/searchcore/proton/server/documentdb.h
index 9a37af71bab..ef885113079 100644
--- a/searchcore/src/vespa/searchcore/proton/server/documentdb.h
+++ b/searchcore/src/vespa/searchcore/proton/server/documentdb.h
@@ -155,7 +155,7 @@ private:
*
* @param configSnapshot initial config snapshot.
*/
- void saveInitialConfig(const DocumentDBConfig &configSnapshot);
+ void saveInitialConfig(std::shared_ptr<DocumentDBConfig> configSnapshot);
/**
* Resume interrupted config save if needed.