summaryrefslogtreecommitdiff
path: root/deps/icu-small/source/i18n/dayperiodrules.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/icu-small/source/i18n/dayperiodrules.h')
-rw-r--r--deps/icu-small/source/i18n/dayperiodrules.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/icu-small/source/i18n/dayperiodrules.h b/deps/icu-small/source/i18n/dayperiodrules.h
index 5491f7c1ff..3c006cdc2f 100644
--- a/deps/icu-small/source/i18n/dayperiodrules.h
+++ b/deps/icu-small/source/i18n/dayperiodrules.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) 2016, International Business Machines
@@ -59,7 +61,7 @@ private:
// Translates "morning1" to DAYPERIOD_MORNING1, for example.
static DayPeriod getDayPeriodFromString(const char *type_str);
- static void load(UErrorCode &errorCode);
+ static void U_CALLCONV load(UErrorCode &errorCode);
// Sets period type for all hours in [startHour, limitHour).
void add(int32_t startHour, int32_t limitHour, DayPeriod period);