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