Fix a compilation regression in LookupLangKey (introduced with #222) (#499)

This commit is contained in:
Vincent Herbet 2018-07-24 10:37:56 +02:00 committed by GitHub
parent 7062d210a7
commit 57abc4a1c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.