summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_add_to_set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/modifier_add_to_set.h')
-rw-r--r--src/mongo/db/ops/modifier_add_to_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/modifier_add_to_set.h b/src/mongo/db/ops/modifier_add_to_set.h
index 065f6c83657..d5187ad1dab 100644
--- a/src/mongo/db/ops/modifier_add_to_set.h
+++ b/src/mongo/db/ops/modifier_add_to_set.h
@@ -80,7 +80,7 @@ namespace mongo {
mutablebson::Element _val;
struct PreparedState;
- scoped_ptr<PreparedState> _preparedState;
+ boost::scoped_ptr<PreparedState> _preparedState;
};
} // namespace mongo