summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2002-07-12 16:23:09 +0000
committerSteve Huston <shuston@riverace.com>2002-07-12 16:23:09 +0000
commitb5625192119eac5ea28c3253ec02a76ebf092db6 (patch)
treec89633a62dc9784bb99035d266814d52ef969726
parent84ca8e00b7875122613e1a9044adf774620b5a4e (diff)
downloadATCD-b5625192119eac5ea28c3253ec02a76ebf092db6.tar.gz
ChangeLogTag:Fri Jul 12 12:26:27 2002 Steve Huston <shuston@riverace.com>
-rw-r--r--ace/Timer_Heap_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Heap_T.cpp b/ace/Timer_Heap_T.cpp
index 2787c3763cc..4053f551b99 100644
--- a/ace/Timer_Heap_T.cpp
+++ b/ace/Timer_Heap_T.cpp
@@ -93,7 +93,7 @@ ACE_Timer_Heap_T<TYPE, FUNCTOR, ACE_LOCK>::ACE_Timer_Heap_T (size_t size,
// Create the parallel
ACE_NEW (this->timer_ids_,
- long[size]);
+ ssize_t[size]);
// Initialize the "freelist," which uses negative values to
// distinguish freelist elements from "pointers" into the <heap_>