Index: source/i18n/collationroot.h |
diff --git a/source/i18n/collationroot.h b/source/i18n/collationroot.h |
index 345fbe77eb412843a9f8961288e5f463ebd88a0f..26e5071fff8b7a9927793b6d601fb2abd5b241d4 100644 |
--- a/source/i18n/collationroot.h |
+++ b/source/i18n/collationroot.h |
@@ -1,3 +1,5 @@ |
+// Copyright (C) 2016 and later: Unicode, Inc. and others. |
+// License & terms of use: http://www.unicode.org/copyright.html |
/* |
******************************************************************************* |
* Copyright (C) 2012-2014, International Business Machines |
@@ -34,7 +36,7 @@ public: |
static const CollationSettings *getSettings(UErrorCode &errorCode); |
private: |
- static void load(UErrorCode &errorCode); |
+ static void U_CALLCONV load(UErrorCode &errorCode); |
}; |
U_NAMESPACE_END |