diff options
Diffstat (limited to 'app/app_switches.h')
-rw-r--r-- | app/app_switches.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app_switches.h b/app/app_switches.h index 1169b7f..b589153 100644 --- a/app/app_switches.h +++ b/app/app_switches.h @@ -9,7 +9,7 @@ namespace switches { -extern const wchar_t kLang[]; +extern const char kLang[]; } // namespace switches |