summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2022-05-31 13:03:38 +0200
committerTor Egge <Tor.Egge@online.no>2022-05-31 13:03:38 +0200
commitc0c298bf0ef181674d9e251caa9e8ab9cb0c9768 (patch)
treede8eb553748ca1dc63e19862ceb20a5593c89480 /searchlib
parentda8c0d839fb45fddd4b59efa5a469d0b7e948d3f (diff)
Fix forward declarations.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/docstore/idocumentstore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/docstore/idocumentstore.h b/searchlib/src/vespa/searchlib/docstore/idocumentstore.h
index 08983efb0da..f99302538e6 100644
--- a/searchlib/src/vespa/searchlib/docstore/idocumentstore.h
+++ b/searchlib/src/vespa/searchlib/docstore/idocumentstore.h
@@ -13,7 +13,7 @@ namespace document {
}
namespace vespalib {
-class CacheStats;
+struct CacheStats;
class nbostream;
}