mirror of
https://github.com/anope/anope.git
synced 2026-07-07 05:33:13 +02:00
Remove or fix various useless uses of const.
This commit is contained in:
@@ -943,7 +943,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
const Anope::string GetDesc(CommandSource &source) const override
|
||||
Anope::string GetDesc(CommandSource &source) const override
|
||||
{
|
||||
const std::pair<bool, Anope::string> &m = modes[source.command];
|
||||
if (!m.second.empty())
|
||||
|
||||
Reference in New Issue
Block a user