summaryrefslogtreecommitdiff
path: root/ACEXML/tests/Transcoder_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/tests/Transcoder_Test.cpp')
-rw-r--r--ACEXML/tests/Transcoder_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACEXML/tests/Transcoder_Test.cpp b/ACEXML/tests/Transcoder_Test.cpp
index a1ac572327a..f5dc289e5e0 100644
--- a/ACEXML/tests/Transcoder_Test.cpp
+++ b/ACEXML/tests/Transcoder_Test.cpp
@@ -43,7 +43,7 @@ ACE_TMAIN (int, ACE_TCHAR*[])
for (x = 0; temp < 0x10000; x++, temp <<= 1)
{
- org[x] = ACE_static_cast (ACEXML_UTF16, temp);
+ org[x] = static_cast<ACEXML_UTF16> (temp);
}
ACE_DEBUG ((LM_DEBUG, "Original UTF16 string:\n"));