aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singleenumattribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/singleenumattribute.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/singleenumattribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/singleenumattribute.h b/searchlib/src/vespa/searchlib/attribute/singleenumattribute.h
index 1edcec4b9dd..f606b1afdab 100644
--- a/searchlib/src/vespa/searchlib/attribute/singleenumattribute.h
+++ b/searchlib/src/vespa/searchlib/attribute/singleenumattribute.h
@@ -129,7 +129,7 @@ public:
return 1;
}
- void clearDocs(DocId lidLow, DocId lidLimit) override;
+ void clearDocs(DocId lidLow, DocId lidLimit, bool in_shrink_lid_space) override;
void onShrinkLidSpace() override;
std::unique_ptr<AttributeSaver> onInitSave(vespalib::stringref fileName) override;
void onAddDocs(DocId lidLimit) override;