aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/juniperparams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/vespa/juniper/juniperparams.cpp')
-rw-r--r--searchsummary/src/vespa/juniper/juniperparams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchsummary/src/vespa/juniper/juniperparams.cpp b/searchsummary/src/vespa/juniper/juniperparams.cpp
index 2ee0f3c31f6..e5a63440fd6 100644
--- a/searchsummary/src/vespa/juniper/juniperparams.cpp
+++ b/searchsummary/src/vespa/juniper/juniperparams.cpp
@@ -102,7 +102,7 @@ size_t MatcherParams::StemMinLength() const { return _stem_min; }
size_t MatcherParams::StemMaxExtend() const { return _stem_extend; }
-MatcherParams& MatcherParams::SetWordFolder(Fast_WordFolder* wordfolder)
+MatcherParams& MatcherParams::SetWordFolder(const Fast_WordFolder* wordfolder)
{
_wordfolder = wordfolder;
return *this;