Add const to langs[] to silence warnings.

Originally committed to SVN as r3455.
This commit is contained in:
Amar Takhar 2009-09-02 08:18:11 +00:00
parent eceb72d95e
commit 586f2297fc
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ wxArrayInt AegisubLocale::GetAvailableLanguages() {
#else
wchar_t* langs[] = {
const wchar_t* langs[] = {
_T("ca"),
_T("da"),
_T("de"),