From 7b6562b9b1e9da14386118826e7936ff5b8b5788 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 28 Aug 2018 15:33:37 +0200 Subject: shared_ptr -> unique_ptr --- searchsummary/src/tests/docsummary/positionsdfw_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchsummary/src') 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) const override { + asyncForAttribute(const vespalib::string &, std::unique_ptr) const override { LOG_ABORT("MyAttributeContext::asyncForAttribute should not be reached"); } }; @@ -92,7 +92,7 @@ public: } void - asyncForAttribute(const vespalib::string &, std::shared_ptr) const override { + asyncForAttribute(const vespalib::string &, std::unique_ptr) const override { LOG_ABORT("should not be reached"); } -- cgit v1.2.3