diff options
Diffstat (limited to 'src/common/Common.h')
-rw-r--r-- | src/common/Common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Common.h b/src/common/Common.h index 902b8cf6567..efbb181737b 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -139,7 +139,7 @@ struct LocalizedString return Str[locale]; } - char const* Str[TOTAL_LOCALES]; + std::array<char const*, TOTAL_LOCALES> Str; }; #pragma pack(pop) |