summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/operationtargetresolvertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/operationtargetresolvertest.cpp')
-rw-r--r--storage/src/tests/distributor/operationtargetresolvertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/operationtargetresolvertest.cpp b/storage/src/tests/distributor/operationtargetresolvertest.cpp
index fe5373a936f..17dbf007c63 100644
--- a/storage/src/tests/distributor/operationtargetresolvertest.cpp
+++ b/storage/src/tests/distributor/operationtargetresolvertest.cpp
@@ -27,7 +27,7 @@ struct OperationTargetResolverTest : public CppUnit::TestFixture,
public DistributorTestUtil
{
- document::DocumentTypeRepo::SP _repo;
+ std::shared_ptr<const document::DocumentTypeRepo> _repo;
const document::DocumentType* _html_type;
std::unique_ptr<Operation> op;