aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h')
-rw-r--r--searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h b/searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h
index 4b8021d1bc0..7901b55801c 100644
--- a/searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h
+++ b/searchcore/src/vespa/searchcore/proton/attribute/attribute_factory.h
@@ -16,7 +16,7 @@ public:
AttributeFactory();
AttributeVectorSP create(const vespalib::string &name, const search::attribute::Config &cfg) const override;
- void setupEmpty(const AttributeVectorSP &vec, search::SerialNum serialNum) const override;
+ void setupEmpty(const AttributeVectorSP &vec, std::optional<search::SerialNum> serialNum) const override;
};
}