minor change (added "const")

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6112 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-07-06 21:47:29 +00:00
parent 633b3e6a95
commit c8d850efba
2 changed files with 2 additions and 2 deletions

View file

@ -325,7 +325,7 @@ class CEXEBuild {
* return aPS_ERROR. If this function call is overwriting a set user string,
* this will return a PS_WARNING.
*/
int SetLangString(TCHAR *name, LANGID lang, TCHAR *str, BOOL unicode);
int SetLangString(TCHAR *name, LANGID lang, const TCHAR *str, BOOL unicode);
/**
* Sets the user string to the specific NLF_STRINGS id.