summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/common/schema.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcommon/src/vespa/searchcommon/common/schema.h b/searchcommon/src/vespa/searchcommon/common/schema.h
index f40fb3d12ac..c721b5e2a01 100644
--- a/searchcommon/src/vespa/searchcommon/common/schema.h
+++ b/searchcommon/src/vespa/searchcommon/common/schema.h
@@ -98,9 +98,9 @@ public:
IndexField &setAvgElemLen(uint32_t avgElemLen)
{ _avgElemLen = avgElemLen; return *this; }
- virtual void
+ void
write(vespalib::asciistream &os,
- const vespalib::stringref &prefix) const;
+ const vespalib::stringref &prefix) const override;
bool hasPrefix() const { return _prefix; }
bool hasPhrases() const { return _phrases; }