summaryrefslogtreecommitdiffstats
path: root/searchsummary/src/vespa/juniper/query.h
diff options
context:
space:
mode:
Diffstat (limited to 'searchsummary/src/vespa/juniper/query.h')
-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
*/