diff options
Diffstat (limited to 'src/mongo/db/ops/modifier_pop.h')
-rw-r--r-- | src/mongo/db/ops/modifier_pop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/modifier_pop.h b/src/mongo/db/ops/modifier_pop.h index 00b8991dbbf..c8ab8ef8977 100644 --- a/src/mongo/db/ops/modifier_pop.h +++ b/src/mongo/db/ops/modifier_pop.h @@ -83,7 +83,7 @@ namespace mongo { // The instance of the field in the provided doc. // This data is valid after prepare, for use by log and apply struct PreparedState; - scoped_ptr<PreparedState> _preparedState; + boost::scoped_ptr<PreparedState> _preparedState; }; } // namespace mongo |