From 37cfa9ab6b103ae733a783cde18c8384e0ace507 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Mon, 3 Apr 2017 22:46:03 +0200 Subject: Override --- searchcommon/src/vespa/searchcommon/common/schema.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchcommon') 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; } -- cgit v1.2.3