| Index: source/i18n/ucol_imp.h
|
| diff --git a/source/i18n/ucol_imp.h b/source/i18n/ucol_imp.h
|
| index bfa2bb445af30dcf47ee5a2de94d484da2e121c9..7c9e8f6891120992032ebfec417c55171719e89a 100644
|
| --- a/source/i18n/ucol_imp.h
|
| +++ b/source/i18n/ucol_imp.h
|
| @@ -1,3 +1,5 @@
|
| +// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html
|
| /*
|
| *******************************************************************************
|
| *
|
| @@ -76,7 +78,7 @@ public:
|
| const CollationCacheEntry *createCacheEntry(UErrorCode &errorCode);
|
|
|
| private:
|
| - static void loadRootRules(UErrorCode &errorCode);
|
| + static void U_CALLCONV loadRootRules(UErrorCode &errorCode);
|
|
|
| // The following members are used by loadTailoring()
|
| // and the cache callback.
|
|
|