diff options
Diffstat (limited to 'src/mongo/dbtests/counttests.cpp')
-rw-r--r-- | src/mongo/dbtests/counttests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/dbtests/counttests.cpp b/src/mongo/dbtests/counttests.cpp index 5e6a74f4d11..836ca016f26 100644 --- a/src/mongo/dbtests/counttests.cpp +++ b/src/mongo/dbtests/counttests.cpp @@ -117,7 +117,7 @@ protected: OldClientContext _context; Database* _database; - const Collection* _collection; + CollectionPtr _collection; DBDirectClient _client; }; |