aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-11-10 20:20:19 +0100
committerTor Egge <Tor.Egge@online.no>2021-11-10 20:20:19 +0100
commit24bb106aa30627248a33205b345aa61aba8efd1f (patch)
treefb33ea1bafe5f72f34be9ff4eb86e8a8af1ef7fb
parent566108512ea68568354c6798180ff1a750c6b6aa (diff)
Fix forward declaration.
-rw-r--r--searchcore/src/vespa/searchcore/proton/matching/extract_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/matching/extract_features.h b/searchcore/src/vespa/searchcore/proton/matching/extract_features.h
index 66e98d9db2d..3c0f60b5b3f 100644
--- a/searchcore/src/vespa/searchcore/proton/matching/extract_features.h
+++ b/searchcore/src/vespa/searchcore/proton/matching/extract_features.h
@@ -5,7 +5,7 @@
#include <vespa/searchlib/common/featureset.h>
#include <vector>
-namespace vespalib { class ThreadBundle; };
+namespace vespalib { struct ThreadBundle; };
namespace search::queryeval { class SearchIterator; }
namespace search::fef { class RankProgram; }