summaryrefslogtreecommitdiffstats
path: root/searchsummary
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-08 12:49:37 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-08 12:49:37 +0100
commita53f7a450e64460ddd68996b88e89cdcdc9fc412 (patch)
tree179294b6988e154622cc51f75d523ab57e56b98e /searchsummary
parent742547d7f6c66a077a6dae989769a98c98dce417 (diff)
Adjust forward declarations in searchsummary.
Diffstat (limited to 'searchsummary')
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/attribute_field_writer.h2
-rw-r--r--searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_state.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/attribute_field_writer.h b/searchsummary/src/vespa/searchsummary/docsummary/attribute_field_writer.h
index 06a8bd1b737..3fed6edb1b5 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/attribute_field_writer.h
+++ b/searchsummary/src/vespa/searchsummary/docsummary/attribute_field_writer.h
@@ -5,7 +5,7 @@
#include <vespa/vespalib/data/memory.h>
namespace search::attribute { class IAttributeVector; }
-namespace vespalib::slime { class Cursor; }
+namespace vespalib::slime { struct Cursor; }
namespace search::docsummary {
diff --git a/searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_state.h b/searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_state.h
index 940cfd6ce06..080207845be 100644
--- a/searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_state.h
+++ b/searchsummary/src/vespa/searchsummary/docsummary/docsum_field_writer_state.h
@@ -2,7 +2,7 @@
#pragma once
-namespace vespalib::slime { class Inserter; }
+namespace vespalib::slime { struct Inserter; }
namespace search::docsummary {