1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 07:16:38 +02:00

Fixed some warnings

This commit is contained in:
Adam
2010-10-11 15:37:39 -04:00
parent 0ac77d0e42
commit 717c123441
16 changed files with 64 additions and 62 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ bool Command::DelSubcommand(Command *c)
return false;
}
Command *Command::FindSubcommand(const Anope::string &name)
Command *Command::FindSubcommand(const Anope::string &subcommand)
{
return NULL;
}