summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/text.h')
-rw-r--r--src/mongo/db/exec/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/text.h b/src/mongo/db/exec/text.h
index 78df02ca5e9..c9cd2fcf038 100644
--- a/src/mongo/db/exec/text.h
+++ b/src/mongo/db/exec/text.h
@@ -51,7 +51,7 @@ struct TextStageParams {
TextStageParams(const FTSSpec& s) : spec(s) {}
// Text index descriptor. IndexCatalog owns this.
- IndexDescriptor* index;
+ const IndexDescriptor* index;
// Index spec.
FTSSpec spec;