summaryrefslogtreecommitdiff
path: root/ext/intl/common/common_date.cpp
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-04-01 01:03:40 +0200
committerAnatol Belski <ab@php.net>2018-04-01 01:03:40 +0200
commitd8200e48857aeaf09f7127751efc5632ef7660a7 (patch)
tree0e920dce471d43ddd4803b24535f27a1da9150b1 /ext/intl/common/common_date.cpp
parent8d35a423838eb462cd39ee535c5d003073cc5f22 (diff)
downloadphp-git-d8200e48857aeaf09f7127751efc5632ef7660a7.tar.gz
Simplify namespace access
The icu namespace is an alias which resolves to the real namespace.
Diffstat (limited to 'ext/intl/common/common_date.cpp')
-rw-r--r--ext/intl/common/common_date.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/intl/common/common_date.cpp b/ext/intl/common/common_date.cpp
index 2e8e296472..ea881d9dfa 100644
--- a/ext/intl/common/common_date.cpp
+++ b/ext/intl/common/common_date.cpp
@@ -25,8 +25,8 @@ extern "C" {
#include <ext/date/php_date.h>
}
-using U_ICU_NAMESPACE::TimeZone;
-using U_ICU_NAMESPACE::UnicodeString;
+using icu::TimeZone;
+using icu::UnicodeString;
#include "zend_portability.h"