summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/update_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/update_driver.h')
-rw-r--r--src/mongo/db/ops/update_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/update_driver.h b/src/mongo/db/ops/update_driver.h
index 28ca13d80d2..29a702a1917 100644
--- a/src/mongo/db/ops/update_driver.h
+++ b/src/mongo/db/ops/update_driver.h
@@ -147,7 +147,7 @@ namespace mongo {
bool _replacementMode;
// Collection of update mod instances. Owned here.
- vector<ModifierInterface*> _mods;
+ std::vector<ModifierInterface*> _mods;
// What are the list of fields in the collection over which the update is going to be
// applied that participate in indices?