summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/privilege_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/auth/privilege_parser.h')
-rw-r--r--src/mongo/db/auth/privilege_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/auth/privilege_parser.h b/src/mongo/db/auth/privilege_parser.h
index ac35ff0f114..66349199492 100644
--- a/src/mongo/db/auth/privilege_parser.h
+++ b/src/mongo/db/auth/privilege_parser.h
@@ -91,12 +91,12 @@ namespace mongo {
bool isClusterSet() const;
bool getCluster() const;
- void setDb(const StringData& db);
+ void setDb(StringData db);
void unsetDb();
bool isDbSet() const;
const std::string& getDb() const;
- void setCollection(const StringData& collection);
+ void setCollection(StringData collection);
void unsetCollection();
bool isCollectionSet() const;
const std::string& getCollection() const;