summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singleboolattribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchlib/attribute/singleboolattribute.h')
-rw-r--r--searchlib/src/vespa/searchlib/attribute/singleboolattribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/attribute/singleboolattribute.h b/searchlib/src/vespa/searchlib/attribute/singleboolattribute.h
index 469bd54fa55..31054f5e80a 100644
--- a/searchlib/src/vespa/searchlib/attribute/singleboolattribute.h
+++ b/searchlib/src/vespa/searchlib/attribute/singleboolattribute.h
@@ -24,7 +24,7 @@ public:
void onUpdateStat() override;
bool onLoad(vespalib::Executor *executor) override;
void onSave(IAttributeSaveTarget &saveTarget) override;
- void clearDocs(DocId lidLow, DocId lidLimit) override;
+ void clearDocs(DocId lidLow, DocId lidLimit, bool in_shrink_lid_space) override;
void onShrinkLidSpace() override;
void removeOldGenerations(generation_t firstUsed) override;
void onGenerationChange(generation_t generation) override;