1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 22:43:12 +02:00

Fixed build errors and warnings with -std=c++11

This commit is contained in:
Adam
2012-10-30 17:09:30 -04:00
parent b07928eea9
commit 36f357c354
10 changed files with 28 additions and 36 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class HelpChannel : public Module
OnReload();
}
EventReturn OnChannelModeSet(Channel *c, User *setter, ChannelModeName Name, const Anope::string &param) anope_override
EventReturn OnChannelModeSet(Channel *c, MessageSource &setter, ChannelModeName Name, const Anope::string &param) anope_override
{
if (Name == CMODE_OP && c && c->ci && c->name.equals_ci(this->HelpChan))
{