summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering/common.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/common.cpp b/TAO/orbsvcs/tests/Notify/Ordering/common.cpp
index c88d7dc082d..b842263a6f4 100644
--- a/TAO/orbsvcs/tests/Notify/Ordering/common.cpp
+++ b/TAO/orbsvcs/tests/Notify/Ordering/common.cpp
@@ -46,7 +46,7 @@ Any_String (const CORBA::Any& any)
#else
double temp =
# if defined (ACE_CONFIG_WIN32_H)
- ACE_static_cast(double, ACE_static_cast (CORBA::LongLong, ull));
+ static_cast<double> (static_cast<CORBA::LongLong> (ull));
# else
ull;
# endif /* ACE_CONFIG_WIN32_H */