forked from mia/Aegisub
Add const to langs[] to silence warnings.
Originally committed to SVN as r3455.
This commit is contained in:
parent
eceb72d95e
commit
586f2297fc
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ wxArrayInt AegisubLocale::GetAvailableLanguages() {
|
|||
|
||||
#else
|
||||
|
||||
wchar_t* langs[] = {
|
||||
const wchar_t* langs[] = {
|
||||
_T("ca"),
|
||||
_T("da"),
|
||||
_T("de"),
|
||||
|
|
Loading…
Reference in a new issue