aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/index/schema_index_fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/index/schema_index_fields.h')
-rw-r--r--searchlib/src/vespa/searchlib/index/schema_index_fields.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/index/schema_index_fields.h b/searchlib/src/vespa/searchlib/index/schema_index_fields.h
index 2a7d6ae6d03..b4a10059870 100644
--- a/searchlib/src/vespa/searchlib/index/schema_index_fields.h
+++ b/searchlib/src/vespa/searchlib/index/schema_index_fields.h
@@ -15,7 +15,7 @@ public:
using UriFieldIdVector = std::vector<UriField>;
FieldIdVector _textFields;
UriFieldIdVector _uriFields;
-
+
SchemaIndexFields();
~SchemaIndexFields();
void setup(const Schema &schema);