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 4b51f406ee3..2ee661e248d 100644
--- a/src/mongo/s/write_ops/batched_command_request.h
+++ b/src/mongo/s/write_ops/batched_command_request.h
@@ -123,7 +123,7 @@ namespace mongo {
bool isVerboseWC() const;
void setNSS( const NamespaceString& nss );
- void setNS( const StringData& collName );
+ void setNS( StringData collName );
const std::string& getNS() const;
const NamespaceString& getNSS() const;