summaryrefslogtreecommitdiff
path: root/ACE/ace/Thread_Manager.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Thread_Manager.inl')
-rw-r--r--ACE/ace/Thread_Manager.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Thread_Manager.inl b/ACE/ace/Thread_Manager.inl
index c6c93f270ee..386e7f67711 100644
--- a/ACE/ace/Thread_Manager.inl
+++ b/ACE/ace/Thread_Manager.inl
@@ -162,7 +162,7 @@ ACE_INLINE ACE_Thread_Descriptor *
ACE_Thread_Descriptor::get_next () const
{
ACE_TRACE ("ACE_Thread_Descriptor::get_next");
- return static_cast<ACE_Thread_Descriptor * ACE_CAST_CONST> (this->next_);
+ return static_cast<ACE_Thread_Descriptor *> (this->next_);
}
// Reset this thread descriptor