summaryrefslogtreecommitdiff
path: root/include/command_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command_parse.h')
-rw-r--r--include/command_parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/command_parse.h b/include/command_parse.h
index b39bf31c0..f9ea1df7f 100644
--- a/include/command_parse.h
+++ b/include/command_parse.h
@@ -123,6 +123,7 @@ class CoreExport CommandParser
* @param item The input string
* @param dest The output string. The translation result will be appended to this string
* @param custom_translator Used to translate the parameter if the translation type is TR_CUSTOM, if NULL, TR_CUSTOM will act like TR_TEXT
+ * @param paramnumber The index of the parameter we are translating.
*/
static void TranslateSingleParam(TranslateType to, const std::string& item, std::string& dest, Command* custom_translator = NULL, unsigned int paramnumber = 0);