summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-25 22:55:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-07-25 22:55:35 +0000
commitece4ed372a732eb165f96bc6b0bcae394bd77b6b (patch)
tree3b1e4cb0bf13dcea05d6673dcbe63a1845dd479b /ace/Malloc_T.i
parent8ca79b7d2b98a463cb7a0c9141e8d1fb56325717 (diff)
downloadATCD-ece4ed372a732eb165f96bc6b0bcae394bd77b6b.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Malloc_T.i')
-rw-r--r--ace/Malloc_T.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.i b/ace/Malloc_T.i
index 6e8dbcf612c..8db19ce8fc6 100644
--- a/ace/Malloc_T.i
+++ b/ace/Malloc_T.i
@@ -9,7 +9,7 @@ ACE_Cached_Mem_Pool_Node<T>::addr (void)
// This should be done using a single reinterpret_cast, but Sun/CC
// (4.2) gets awfully confused when T is a char[20] (and maybe other
// types).
- return ACE_static_cast(T*,ACE_static_cast (void*, this));
+ return ACE_static_cast (T *, ACE_static_cast (void *, this));
}
template <class T> ACE_INLINE ACE_Cached_Mem_Pool_Node<T> *