summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_table.h
diff options
context:
space:
mode:
authorTyler Brock <tyler.brock@gmail.com>2015-02-06 14:29:45 -0500
committerTyler Brock <tyler.brock@gmail.com>2015-02-06 16:37:35 -0500
commitaa9980b8c02de71c6918fba4aba9f22dd10eed01 (patch)
tree3ade9078069c7e1317a8b31c2e1fc427977d7abe /src/mongo/db/ops/modifier_table.h
parent3a7675bb6fa110a10be307db3201bfb348cf41cf (diff)
downloadmongo-aa9980b8c02de71c6918fba4aba9f22dd10eed01.tar.gz
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
Diffstat (limited to 'src/mongo/db/ops/modifier_table.h')
-rw-r--r--src/mongo/db/ops/modifier_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/modifier_table.h b/src/mongo/db/ops/modifier_table.h
index 69aadab0839..8087114e657 100644
--- a/src/mongo/db/ops/modifier_table.h
+++ b/src/mongo/db/ops/modifier_table.h
@@ -58,7 +58,7 @@ namespace modifiertable {
* Returns the modifier type for 'typeStr', if it was recognized as an existing update
* mod, or MOD_UNKNOWN otherwise.
*/
- ModifierType getType(const StringData& typeStr);
+ ModifierType getType(StringData typeStr);
/**
* Instantiate an update mod that corresponds to 'modType' or NULL if 'modType' is not