summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp')
-rw-r--r--TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp b/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
index f7d4ab3cbb7..57cee4c14ed 100644
--- a/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
+++ b/TAO/orbsvcs/Notify_Service/NT_Notify_Service.cpp
@@ -107,7 +107,7 @@ TAO_NT_Notify_Service::init (int argc,
argv_save_[i] = ACE_OS::strdup (argv[i]);
int j = 0;
- for (i = argc; i < ACE_static_cast (int, (args.argc () + argc)); i++)
+ for (i = argc; i < static_cast<int> ((args.argc () + argc)); i++)
argv_save_[i] = ACE_OS::strdup (args.argv ()[j++]);
// Set the arg counter.