summaryrefslogtreecommitdiffstats
path: root/streamingvisitors
diff options
context:
space:
mode:
Diffstat (limited to 'streamingvisitors')
-rw-r--r--streamingvisitors/src/vespa/searchvisitor/queryenvironment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h b/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h
index d02aa6f8c9b..b77562b8bbc 100644
--- a/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h
+++ b/streamingvisitors/src/vespa/searchvisitor/queryenvironment.h
@@ -49,7 +49,7 @@ public:
}
// inherit documentation
- virtual const search::fef::Location & getLocation() const override { return _location; }
+ // virtual const search::fef::Location & getLocation() const override { return _location; }
std::vector<const search::fef::Location *> getAllLocations() const override {
std::vector<const search::fef::Location *> retval;