mirror of
https://github.com/anope/anope.git
synced 2026-06-26 14:56:39 +02:00
Remove or fix various useless uses of const.
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ void Command::RequireUser(bool b)
|
||||
this->require_user = b;
|
||||
}
|
||||
|
||||
const Anope::string Command::GetDesc(CommandSource &) const
|
||||
Anope::string Command::GetDesc(CommandSource &) const
|
||||
{
|
||||
return this->desc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user