From 57abc4a1c549c729964d73a4e0762f0fccfe785a Mon Sep 17 00:00:00 2001 From: Vincent Herbet Date: Tue, 24 Jul 2018 10:37:56 +0200 Subject: [PATCH] Fix a compilation regression in LookupLangKey (introduced with #222) (#499) --- plugins/include/lang.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/lang.inc b/plugins/include/lang.inc index 247a6004..a88c66c4 100755 --- a/plugins/include/lang.inc +++ b/plugins/include/lang.inc @@ -103,7 +103,7 @@ native AddTranslation(const lang[3], TransKey:key, const phrase[]); * * @return 1 on success, 0 otherwise */ -native LookupLangKey(Output[], OutputSize, const Key[], &id); +native LookupLangKey(Output[], OutputSize, const Key[], const &id); /** * Sets the global language target.