summaryrefslogtreecommitdiff
path: root/ace/TSS_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/TSS_T.cpp')
-rw-r--r--ace/TSS_T.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/TSS_T.cpp b/ace/TSS_T.cpp
index 79e88a3ae9b..172e05de0b8 100644
--- a/ace/TSS_T.cpp
+++ b/ace/TSS_T.cpp
@@ -350,11 +350,11 @@ ACE_TSS_Guard<ACE_LOCK>::init_key (void)
this->key_ = ACE_OS::NULL_key;
ACE_Thread::keycreate (&this->key_,
#if defined (ACE_HAS_THR_C_DEST)
- &ACE_TSS_C_cleanup,
+ &ACE_TSS_C_cleanup
#else
- &ACE_TSS_Guard<ACE_LOCK>::cleanup,
+ &ACE_TSS_Guard<ACE_LOCK>::cleanup
#endif /* ACE_HAS_THR_C_DEST */
- (void *) this);
+ );
}
template <class ACE_LOCK>