summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-02-01 17:06:26 +0100
committerGitHub <noreply@github.com>2019-02-01 17:06:26 +0100
commit6d48d0b9be3ac39c32bff217dea7b6523305763c (patch)
tree7c5662f246c95d18623e3d1f408813457b90c0e1
parent9e3ab9debc83f851ddd6d12b26ed6ebfcba3a21e (diff)
parentd412deca17c1440de10c430e9e5248f2bd4b6e4c (diff)
Merge pull request #8343 from vespa-engine/toregge/adjust-forward-declarations-in-searchcommon
Adjust forward declarations in 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;
}