summaryrefslogtreecommitdiff
path: root/ace/Timer_Heap_T.cpp
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
commit49315f81a8fd2dc8087e133f6b6554515959c2a9 (patch)
treec89633a62dc9784bb99035d266814d52ef969726 /ace/Timer_Heap_T.cpp
parentbc3cbb5c12955fff51e9969ab232b3f2fa840f38 (diff)
downloadATCD-49315f81a8fd2dc8087e133f6b6554515959c2a9.tar.gz
ChangeLogTag:Fri Jul 12 12:26:27 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/Timer_Heap_T.cpp')
-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_>