1
0
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:
Sadie Powell
2025-12-17 14:10:42 +00:00
parent 3e8c5b2685
commit 0f433ebe9c
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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;
}