aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h b/searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h
index de300b7bc52..9eae1b40f17 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attributes_initializer_base.h
@@ -21,7 +21,7 @@ protected:
public:
static void considerPadAttribute(search::AttributeVector &attribute,
- search::SerialNum currentSerialNum,
+ std::optional<search::SerialNum> currentSerialNum,
uint32_t newDocIdLimit);
AttributesInitializerBase();