diff options
Diffstat (limited to 'src/mongo/db/operation_context_impl.h')
-rw-r--r-- | src/mongo/db/operation_context_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/operation_context_impl.h b/src/mongo/db/operation_context_impl.h index 09bfd614769..306f343731e 100644 --- a/src/mongo/db/operation_context_impl.h +++ b/src/mongo/db/operation_context_impl.h @@ -71,8 +71,8 @@ namespace mongo { private: std::auto_ptr<RecoveryUnit> _recovery; - std::auto_ptr<Locker> _locker; Client* const _client; // cached, not owned + Locker* const _locker; // cached, not owned }; } // namespace mongo |