summaryrefslogtreecommitdiff
path: root/ace/Task.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task.cpp')
-rw-r--r--ace/Task.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Task.cpp b/ace/Task.cpp
index 3856f3dee92..b073c27eaed 100644
--- a/ace/Task.cpp
+++ b/ace/Task.cpp
@@ -200,7 +200,7 @@ ACE_Task_Base::svc_run (void *args)
#endif /* ACE_HAS_SIG_C_FUNC */
// Call the Task's svc() hook method.
- void *status = (void *) t->svc ();
+ void * status = ACE_reinterpret_cast(void *, t->svc ());
// If we changed this zero change the other if in OS.cpp Thread_Adapter::invoke
#if 1