aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-01-07 23:14:39 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-01-07 23:20:38 +0100
commitc75a18496518bfe5913793833fbd336a497f7f77 (patch)
treeb3bc1cbe2a1a376320eae3f9ce531b9f66e4a42c /searchlib
parentac86bb091d01e6299d6f3e88c531d1cd6903474d (diff)
Adjust forward declaration.
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/vespa/searchlib/test/imported_attribute_fixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/vespa/searchlib/test/imported_attribute_fixture.h b/searchlib/src/vespa/searchlib/test/imported_attribute_fixture.h
index be6ff5b556d..e2fcbf444a2 100644
--- a/searchlib/src/vespa/searchlib/test/imported_attribute_fixture.h
+++ b/searchlib/src/vespa/searchlib/test/imported_attribute_fixture.h
@@ -31,7 +31,7 @@ struct MockDocumentMetaStoreContext : public IDocumentMetaStoreContext {
namespace search::attribute {
-namespace test { class MockGidToLidMapperFactory; }
+namespace test { struct MockGidToLidMapperFactory; }
using document::DocumentId;
using document::GlobalId;