aboutsummaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-09-14 16:48:26 +0200
committerTor Egge <Tor.Egge@online.no>2022-09-14 16:48:26 +0200
commitf14fc3ed96aa91657afec6208dcfd0c344585f0d (patch)
tree20746208fd361bcd58398a5f6e56549d2013e7f9 /searchsummary/src/vespa/juniper
parentcb4511771916c9c96bd17fba30e46a9f1b0110f7 (diff)
Fix forward declarations.
Diffstat (limited to 'searchsummary/src/vespa/juniper')
-rw-r--r--searchsummary/src/vespa/juniper/query.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/searchsummary/src/vespa/juniper/query.h b/searchsummary/src/vespa/juniper/query.h
index 2b45909e0ac..f75949c6d06 100644
--- a/searchsummary/src/vespa/juniper/query.h
+++ b/searchsummary/src/vespa/juniper/query.h
@@ -35,9 +35,8 @@ const char* creator_text(ItemCreator);
class IQueryVisitor;
-/** Opaque datatype implemented by provider
- */
-struct QueryItem;
+// Interface class for juniper query items
+class QueryItem;
/** This is the basic query type, implemented by the query provider
*/