diff options
Diffstat (limited to 'src/core/cs_set_securefounder.cpp')
-rw-r--r-- | src/core/cs_set_securefounder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_set_securefounder.cpp b/src/core/cs_set_securefounder.cpp index 9d4a99d20..c999dffd1 100644 --- a/src/core/cs_set_securefounder.cpp +++ b/src/core/cs_set_securefounder.cpp @@ -18,7 +18,7 @@ class CommandCSSetSecureFounder : public Command { public: - CommandCSSetSecureFounder(const ci::string &cname, const std::string &cpermission = "") : Command(cname, 2, 2, cpermission) + CommandCSSetSecureFounder(const ci::string &cname, const ci::string &cpermission = "") : Command(cname, 2, 2, cpermission) { } |