summaryrefslogtreecommitdiffstats
path: root/searchcommon
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-01 15:04:39 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-01 15:04:39 +0100
commitd412deca17c1440de10c430e9e5248f2bd4b6e4c (patch)
tree99af3a61837b41a6f1087d38c70826a3614d7be6 /searchcommon
parent809e726cb714fd357eec4de4553e0b5d331423ba (diff)
Adjust forward declarations in searchcommon.
Diffstat (limited to 'searchcommon')
-rw-r--r--searchcommon/src/vespa/searchcommon/attribute/iattributevector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h b/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h
index 7ac2e701717..6dbf311ef82 100644
--- a/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h
+++ b/searchcommon/src/vespa/searchcommon/attribute/iattributevector.h
@@ -8,7 +8,7 @@
#include <vector>
namespace search {
- class IDocumentWeightAttribute;
+ struct IDocumentWeightAttribute;
class QueryTermSimple;
}