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, 2 insertions, 1 deletions
diff --git a/searchcore/src/apps/proton/downpersistence.cpp b/searchcore/src/apps/proton/downpersistence.cpp
index 999cf6696ea..aa87c383c33 100644
--- a/searchcore/src/apps/proton/downpersistence.cpp
+++ b/searchcore/src/apps/proton/downpersistence.cpp
@@ -95,7 +95,8 @@ DownPersistence::get(const Bucket&, const document::FieldSet&, const DocumentId&
}
CreateIteratorResult
-DownPersistence::createIterator(const Bucket &, FieldSetSP, const Selection &, IncludedVersions, Context &)
+DownPersistence::createIterator(const Bucket&, const document::FieldSet&,
+ const Selection&, IncludedVersions, Context&)
{
return CreateIteratorResult(errorResult.getErrorCode(), errorResult.getErrorMessage());
}