summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-06-18 09:21:59 +0200
committerHenning Baldersheim <balder@oath.com>2018-06-18 09:21:59 +0200
commit041733a98ab70297a8ca256572efe0d803f9220c (patch)
tree6a524bfd80b10f1d1f2f0b4b580b0c8e760f5818
parent4427f70a542b89aab9a7c5336c967456c44ca4cc (diff)
Add missing ')'
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp b/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
index c67329781e0..944882b1e98 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_writer.cpp
@@ -232,7 +232,7 @@ public:
FieldContext::FieldContext(ISequencedTaskExecutor &writer, AttributeVector *attr)
: _name(attr->getName()),
- _executorId(writer.getExecutorId(attr->getNamePrefix()),
+ _executorId(writer.getExecutorId(attr->getNamePrefix())),
_attr(attr)
{
}