summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/tridpars.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/tridpars.h')
-rw-r--r--deps/icu-small/source/i18n/tridpars.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/icu-small/source/i18n/tridpars.h b/deps/icu-small/source/i18n/tridpars.h
index 88620fd18d..7c226023ef 100644
--- a/deps/icu-small/source/i18n/tridpars.h
+++ b/deps/icu-small/source/i18n/tridpars.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) 2002-2010, International Business Machines Corporation *
@@ -349,7 +351,7 @@ class TransliteratorIDParser /* not : public UObject because all methods are sta
/**
* Initialize static memory.
*/
- static void init(UErrorCode &status);
+ static void U_CALLCONV init(UErrorCode &status);
friend class SingleID;
};