aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-02 12:36:38 +0100
committerGitHub <noreply@github.com>2020-01-02 12:36:38 +0100
commit869e9e83274e037cae548ac5eb3c72881e90859a (patch)
treebed886d02d8df4fd1ba5f2a823fd49593289b5e4 /searchcore
parent8d1c57c97ab0ba1dbb982394de68dc6ca719b6cc (diff)
parent145ca9296b4e5491f6edb9ecdd6dbd7adf8a31a3 (diff)
Merge pull request #11626 from vespa-engine/toregge/fix-forward-declarations-of-structs
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 {