summaryrefslogtreecommitdiff
path: root/ace/Functor_T.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Functor_T.i')
-rw-r--r--ace/Functor_T.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Functor_T.i b/ace/Functor_T.i
index d626f76ed15..2a8ba63bec1 100644
--- a/ace/Functor_T.i
+++ b/ace/Functor_T.i
@@ -10,7 +10,7 @@ ACE_Hash<TYPE>::operator () (const TYPE &t) const
template <class TYPE> ACE_INLINE u_long
ACE_Pointer_Hash<TYPE>::operator () (TYPE t) const
{
- return u_long (t);
+ return ACE_reinterpret_cast (u_long, t);
}
template <class TYPE> ACE_INLINE int