summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-04-14 10:48:53 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-04-14 10:48:53 +0200
commit42602d2256e80bd1805a4d8970773be48d6e00f5 (patch)
tree3f91d0b57c44edb8bc2ca23622e5e91b3c63e41d /searchlib
parent028da87d62146b22738172c2c5231e203a149c54 (diff)
Fix forward declaration of HnswGraph.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/hnsw_index_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/hnsw_index_loader.h b/searchlib/src/vespa/searchlib/tensor/hnsw_index_loader.h
index 174f66b95ec..9f5ae66011f 100644
--- a/searchlib/src/vespa/searchlib/tensor/hnsw_index_loader.h
+++ b/searchlib/src/vespa/searchlib/tensor/hnsw_index_loader.h
@@ -8,7 +8,7 @@ namespace search::fileutil { class LoadedBuffer; }
namespace search::tensor {
-class HnswGraph;
+struct HnswGraph;
/**
* Implements loading of HNSW graph structure from binary format.