From 1fec68b4cabc45efd24124b4656ad89bae264f3e Mon Sep 17 00:00:00 2001 From: Jackmcbarn Date: Wed, 1 Dec 2010 14:27:27 -0500 Subject: Use const references --- include/command_parse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/command_parse.h b/include/command_parse.h index 6727479c4..125bab560 100644 --- a/include/command_parse.h +++ b/include/command_parse.h @@ -139,7 +139,7 @@ class CoreExport CommandParser * @param custom_translator Used to translate the parameter if the TR_CUSTOM type is found in to * @return returns the number of substitutions made. */ - int TranslateUIDs(const std::vector to, const std::vector &source, std::string &dest, bool prefix_final = false, Command* custom_translator = NULL); + int TranslateUIDs(const std::vector &to, const std::vector &source, std::string &dest, bool prefix_final = false, Command* custom_translator = NULL); }; /** A lookup table of values for multiplier characters used by -- cgit v1.3.1-10-gc9f91