summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-10-27 13:58:21 +0200
committerTor Egge <Tor.Egge@online.no>2021-10-27 13:58:21 +0200
commit251995149833f5e8d8ea50fda49e59c4c736d797 (patch)
tree42944302b4c2ba5b76db3d04ca0dc310a65e5be7 /searchcore
parent25d48905ff81783253057ab71126c6fab4493297 (diff)
Fix forward declarations.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/summaryengine/isearchhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/summaryengine/isearchhandler.h b/searchcore/src/vespa/searchcore/proton/summaryengine/isearchhandler.h
index dd4b7f0bb53..d4b4732397d 100644
--- a/searchcore/src/vespa/searchcore/proton/summaryengine/isearchhandler.h
+++ b/searchcore/src/vespa/searchcore/proton/summaryengine/isearchhandler.h
@@ -7,7 +7,7 @@ namespace search::engine {
class SearchRequest;
class SearchReply;
class DocsumRequest;
- struct DocsumReply;
+ class DocsumReply;
}
namespace proton {