From d8200e48857aeaf09f7127751efc5632ef7660a7 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 1 Apr 2018 01:03:40 +0200 Subject: Simplify namespace access The icu namespace is an alias which resolves to the real namespace. --- ext/intl/common/common_date.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/intl/common/common_date.h') diff --git a/ext/intl/common/common_date.h b/ext/intl/common/common_date.h index 5ed0200232..a1c08e434e 100644 --- a/ext/intl/common/common_date.h +++ b/ext/intl/common/common_date.h @@ -28,7 +28,7 @@ U_CDECL_END #include -using U_ICU_NAMESPACE::TimeZone; +using icu::TimeZone; U_CFUNC TimeZone *timezone_convert_datetimezone(int type, void *object, int is_datetime, intl_error *outside_error, const char *func); U_CFUNC int intl_datetime_decompose(zval *z, double *millis, TimeZone **tz, -- cgit v1.2.1