summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/proton/downpersistence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/apps/proton/downpersistence.cpp')
-rw-r--r--searchcore/src/apps/proton/downpersistence.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchcore/src/apps/proton/downpersistence.cpp b/searchcore/src/apps/proton/downpersistence.cpp
index aa87c383c33..999cf6696ea 100644
--- a/searchcore/src/apps/proton/downpersistence.cpp
+++ b/searchcore/src/apps/proton/downpersistence.cpp
@@ -95,8 +95,7 @@ DownPersistence::get(const Bucket&, const document::FieldSet&, const DocumentId&
}
CreateIteratorResult
-DownPersistence::createIterator(const Bucket&, const document::FieldSet&,
- const Selection&, IncludedVersions, Context&)
+DownPersistence::createIterator(const Bucket &, FieldSetSP, const Selection &, IncludedVersions, Context &)
{
return CreateIteratorResult(errorResult.getErrorCode(), errorResult.getErrorMessage());
}