summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-08 09:31:47 +0100
committerGitHub <noreply@github.com>2020-01-08 09:31:47 +0100
commit367398f4617955fcaad51d421cdff9d1f1794830 (patch)
tree6ce5ff2408f324635741c2588eda1846eeb1aed3 /searchlib
parent710174ab40cc32373ae68e2c95b125462dcf9521 (diff)
parentc75a18496518bfe5913793833fbd336a497f7f77 (diff)
Merge pull request #11690 from vespa-engine/toregge/adjust-forward-reference
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;