aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/tests/docsummary/positionsdfw_test.cpp')
-rw-r--r--searchsummary/src/tests/docsummary/positionsdfw_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchsummary/src/tests/docsummary/positionsdfw_test.cpp b/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
index 28773b2633f..7497a66d138 100644
--- a/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
+++ b/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
@@ -71,7 +71,7 @@ public:
}
void
- asyncForAttribute(const vespalib::string &, std::shared_ptr<IAttributeFunctor>) const override {
+ asyncForAttribute(const vespalib::string &, std::unique_ptr<IAttributeFunctor>) const override {
LOG_ABORT("MyAttributeContext::asyncForAttribute should not be reached");
}
};
@@ -92,7 +92,7 @@ public:
}
void
- asyncForAttribute(const vespalib::string &, std::shared_ptr<IAttributeFunctor>) const override {
+ asyncForAttribute(const vespalib::string &, std::unique_ptr<IAttributeFunctor>) const override {
LOG_ABORT("should not be reached");
}