Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: source/i18n/winnmfmt.h

Issue 507153002: Make ICU C++ 11 compliant on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « patches/clang_win.patch ('k') | source/i18n/winnmfmt.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/winnmfmt.h
===================================================================
--- source/i18n/winnmfmt.h (revision 291619)
+++ source/i18n/winnmfmt.h (working copy)
@@ -143,7 +143,7 @@
virtual UClassID getDynamicClassID(void) const;
private:
- UnicodeString &format(int32_t numDigits, UnicodeString &appendTo, wchar_t *format, ...) const;
+ UnicodeString &format(int32_t numDigits, UnicodeString &appendTo, const wchar_t *format, ...) const;
UBool fCurrency;
Locale fLocale;
« no previous file with comments | « patches/clang_win.patch ('k') | source/i18n/winnmfmt.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698