diff options
Diffstat (limited to 'src/command_parse.cpp')
| -rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 2c1827841..88ad73c93 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -374,7 +374,7 @@ CommandParser::CommandParser() para.resize(128); } -int CommandParser::TranslateUIDs(const std::vector<TranslateType> to, const std::vector<std::string> &source, std::string &dest, bool prefix_final, Command* custom_translator) +int CommandParser::TranslateUIDs(const std::vector<TranslateType> &to, const std::vector<std::string> &source, std::string &dest, bool prefix_final, Command* custom_translator) { std::vector<TranslateType>::const_iterator types = to.begin(); User* user = NULL; |
