aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/postingstore.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/postingstore.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/postingstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/postingstore.h b/searchlib/src/vespa/searchlib/attribute/postingstore.h
index ea7c5e0986b..57f523acefe 100644
--- a/searchlib/src/vespa/searchlib/attribute/postingstore.h
+++ b/searchlib/src/vespa/searchlib/attribute/postingstore.h
@@ -104,7 +104,7 @@ public:
using Parent::_aggrCalc;
using Parent::BUFFERTYPE_BTREE;
using BitVectorRefPair = vespalib::datastore::Handle<BitVectorEntry>;
-
+
PostingStore(IEnumStoreDictionary& dictionary, Status &status, const Config &config);
~PostingStore();