1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 15:43:15 +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
@@ -238,7 +238,7 @@ class BahamutIRCdProto : public IRCDProto
/*
Note: if the stamp is null 0, the below usage is correct of Bahamut
*/
void SendSVSKillInternal(const BotInfo *source, const User *user, const Anope::string &buf) anope_override
void SendSVSKillInternal(const BotInfo *source, User *user, const Anope::string &buf) anope_override
{
if (source)
UplinkSocket::Message(source) << "SVSKILL " << user->nick << " :" << buf;