| Index: source/common/unicode/listformatter.h
|
| diff --git a/source/common/unicode/listformatter.h b/source/common/unicode/listformatter.h
|
| index e48faaa1276c70b8bc38a7fe6cda237a6f5f24af..f2c898881a7939d6d5ebfe2e87931e3fb3d7ae03 100644
|
| --- a/source/common/unicode/listformatter.h
|
| +++ b/source/common/unicode/listformatter.h
|
| @@ -1,7 +1,9 @@
|
| +// 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
|
| +* Copyright (C) 2012-2016, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| *
|
| *******************************************************************************
|
| @@ -145,7 +147,7 @@ class U_COMMON_API ListFormatter : public UObject{
|
| /**
|
| * @internal constructor made public for testing.
|
| */
|
| - ListFormatter(const ListFormatData &data);
|
| + ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
|
| /**
|
| * @internal constructor made public for testing.
|
| */
|
|
|