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:
parent
633b3e6a95
commit
c8d850efba
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue