summaryrefslogtreecommitdiff
path: root/src/core/cs_set_mlock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_set_mlock.cpp')
-rw-r--r--src/core/cs_set_mlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_set_mlock.cpp b/src/core/cs_set_mlock.cpp
index d75363ac4..87d55790a 100644
--- a/src/core/cs_set_mlock.cpp
+++ b/src/core/cs_set_mlock.cpp
@@ -18,7 +18,7 @@
class CommandCSSetMLock : public Command
{
public:
- CommandCSSetMLock(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 1, 0, cpermission)
+ CommandCSSetMLock(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 1, 0, cpermission)
{
}