mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add const to langs[] to silence warnings.
Originally committed to SVN as r3455.
This commit is contained in:
parent
eceb72d95e
commit
586f2297fc
@ -157,7 +157,7 @@ wxArrayInt AegisubLocale::GetAvailableLanguages() {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
wchar_t* langs[] = {
|
const wchar_t* langs[] = {
|
||||||
_T("ca"),
|
_T("ca"),
|
||||||
_T("da"),
|
_T("da"),
|
||||||
_T("de"),
|
_T("de"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user