summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-12-08 18:17:22 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-01-02 12:30:45 +0100
commit145ca9296b4e5491f6edb9ecdd6dbd7adf8a31a3 (patch)
treefdddc6573fd510f19f38d145a9493a77ad0ac015 /searchcore
parent6d7909e022817be11b5f088cbd1e537d9b71919d (diff)
Fix forward declarations.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/matchers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/matchers.h b/searchcore/src/vespa/searchcore/proton/server/matchers.h
index bd1b9ab069d..aa23d740872 100644
--- a/searchcore/src/vespa/searchcore/proton/server/matchers.h
+++ b/searchcore/src/vespa/searchcore/proton/server/matchers.h
@@ -12,7 +12,7 @@ namespace proton {
namespace matching {
class Matcher;
class QueryLimiter;
- class IConstantValueRepo;
+ struct IConstantValueRepo;
}
class Matchers {