From 8cfeaeba255ccea54f8345724e72adf53280e33d Mon Sep 17 00:00:00 2001 From: Tor Egge Date: Wed, 4 Apr 2018 11:45:55 +0000 Subject: Stop using nested typedef for shared pointer to const DocumentTypeRepo. --- storage/src/tests/distributor/getoperationtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storage/src/tests/distributor/getoperationtest.cpp') diff --git a/storage/src/tests/distributor/getoperationtest.cpp b/storage/src/tests/distributor/getoperationtest.cpp index 80636bd33a7..064348539bf 100644 --- a/storage/src/tests/distributor/getoperationtest.cpp +++ b/storage/src/tests/distributor/getoperationtest.cpp @@ -43,7 +43,7 @@ class GetOperationTest : public CppUnit::TestFixture, public DistributorTestUtil CPPUNIT_TEST(canGetDocumentsWhenAllReplicaNodesRetired); CPPUNIT_TEST_SUITE_END(); - document::DocumentTypeRepo::SP _repo; + std::shared_ptr _repo; public: document::DocumentId docId; -- cgit v1.2.3