diff options
author | Adam <Adam@anope.org> | 2010-10-11 15:37:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-11 15:37:39 -0400 |
commit | 717c123441bb47a4fab859e8fb3ec8c6ac5b7223 (patch) | |
tree | 3be1a3376caafdd8ca9bf75d7acf98020cf94a7c /include/commands.h | |
parent | 0ac77d0e42952765d2899565427ce92679142c17 (diff) |
Fixed some warnings
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 714d1c48d..545c9dd7b 100644 --- a/include/commands.h +++ b/include/commands.h @@ -114,7 +114,7 @@ class CoreExport Command : public Flags<CommandFlag> * @param name The subcommand name * @return The subcommand */ - virtual Command *FindSubcommand(const Anope::string &name); + virtual Command *FindSubcommand(const Anope::string &subcommand); }; #endif // COMMANDS_H |