summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-06-22 16:18:31 +0200
committerGitHub <noreply@github.com>2017-06-22 16:18:31 +0200
commit10217e1aeb7a88fcebf5a01cd259803644a3c2d5 (patch)
treee750b0634c50c17bc78c4a9072319187801b5570 /searchcore
parent587d28ec22573c3782a59c2f883d96a7582293d2 (diff)
Revert "Balder/do not use your own docidlimit"
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h b/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h
index 2965e3796bf..ba1193bc065 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/isearchcontext.h
@@ -6,7 +6,8 @@
#include <memory>
-namespace proton::matching {
+namespace proton {
+namespace matching {
/**
* Interface used to expose searchable data to the matching
@@ -63,4 +64,5 @@ public:
virtual ~ISearchContext() {}
};
-}
+} // namespace matching
+} // namespace proton