summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/write_ops/batched_command_request.h')
-rw-r--r--src/mongo/s/write_ops/batched_command_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/write_ops/batched_command_request.h b/src/mongo/s/write_ops/batched_command_request.h
index 8337d208daf..a7e02f2e58a 100644
--- a/src/mongo/s/write_ops/batched_command_request.h
+++ b/src/mongo/s/write_ops/batched_command_request.h
@@ -167,7 +167,7 @@ public:
* Returns batch of insert operations to be attached to a transaction
*/
static BatchedCommandRequest buildInsertOp(const NamespaceString& nss,
- const std::vector<BSONObj> docs);
+ std::vector<BSONObj> docs);
/*
* Returns batch of update operations to be attached to a transaction