aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2018-04-19 23:10:00 +0200
committerTor Egge <Tor.Egge@oath.com>2018-04-20 08:48:49 +0000
commitb438d5ef09ae94d0280e824e93196ae57ab97819 (patch)
tree14188629210c8e0d483fde2a04d7bd38984c0134 /searchsummary
parent834ea7c148b0595a11189bc7450ebb63483cbef6 (diff)
Change AttributeContext to use makeReadGuard method on attribute vectors.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/tests/docsummary/positionsdfw_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchsummary/src/tests/docsummary/positionsdfw_test.cpp b/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
index 9af75846b85..7e1da35bd75 100644
--- a/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
+++ b/searchsummary/src/tests/docsummary/positionsdfw_test.cpp
@@ -76,7 +76,7 @@ public:
virtual AttributeGuard::UP getAttribute(const string &) const override {
abort();
}
- virtual AttributeGuard::UP getAttributeStableEnum(const string &) const override {
+ virtual std::unique_ptr<attribute::AttributeReadGuard> getAttributeReadGuard(const string &, bool) const override {
abort();
}
virtual void getAttributeList(vector<AttributeGuard> &) const override {