From 83ae0576694da3efa8a9f2bb574fd45d7dbc1bf4 Mon Sep 17 00:00:00 2001 From: "jshin%mailaps.org" Date: Wed, 3 Dec 2003 06:11:03 +0000 Subject: [PATCH] bug 224546 : Change Win 'Regional Settings' -> lose button functions & text : additional 'const' to type definition (missed in the first check-in) per dbaron's review comment --- intl/locale/src/windows/nsIWin32LocaleImpl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intl/locale/src/windows/nsIWin32LocaleImpl.cpp b/intl/locale/src/windows/nsIWin32LocaleImpl.cpp index 7e7105e137d..78ecfe3c981 100644 --- a/intl/locale/src/windows/nsIWin32LocaleImpl.cpp +++ b/intl/locale/src/windows/nsIWin32LocaleImpl.cpp @@ -60,9 +60,9 @@ struct iso_pair struct iso_map { - const char* iso_code; - DWORD win_code; - iso_pair sublang_list[20]; + const char* iso_code; + DWORD win_code; + const iso_pair* sublang_list; }; // Older versions of VC++ and Win32 SDK and mingw don't have