aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/queryeval/blueprint
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/queryeval/blueprint')
-rw-r--r--searchlib/src/tests/queryeval/blueprint/mysearch.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/searchlib/src/tests/queryeval/blueprint/mysearch.h b/searchlib/src/tests/queryeval/blueprint/mysearch.h
index 7ab852b384f..0ea91bd5703 100644
--- a/searchlib/src/tests/queryeval/blueprint/mysearch.h
+++ b/searchlib/src/tests/queryeval/blueprint/mysearch.h
@@ -1,6 +1,6 @@
// Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/searchlib/queryeval/blueprint.h>
-#include <vespa/vespalib/objects/visit.h>
+#include <vespa/vespalib/objects/visit.hpp>
namespace search {
namespace queryeval {
@@ -16,12 +16,12 @@ public:
typedef search::fef::MatchData MatchData;
private:
- std::string _tag;
- bool _isLeaf;
- bool _isStrict;
- MyChildren _children;
- TFMDA _match;
- MatchData *_md;
+ vespalib::string _tag;
+ bool _isLeaf;
+ bool _isStrict;
+ MyChildren _children;
+ TFMDA _match;
+ MatchData *_md;
std::vector<uint32_t> _handles;