summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-19 23:34:52 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-01-19 23:34:52 +0000
commit53d94de2bab46dd0682740b3551098c7c8d90a42 (patch)
treeb43aab4e14565bad5ca47dc8b2354bf05e732d27 /tests
parent196ed7324e8d5328d2c99e81c33c9c5fce29c3a3 (diff)
downloadATCD-53d94de2bab46dd0682740b3551098c7c8d90a42.tar.gz
ChangeLogTag:Sat Jan 19 17:29:50 2002 Douglas C. Schmidt <schmidt@siesta.cs.wustl.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/Vector_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Vector_Test.cpp b/tests/Vector_Test.cpp
index 79a134b37e6..0721b23c543 100644
--- a/tests/Vector_Test.cpp
+++ b/tests/Vector_Test.cpp
@@ -22,7 +22,7 @@ ACE_RCSID(tests, Vector_Test, "$Id$")
#include "ace/Vector_T.h"
-typedef int DATA;
+typedef size_t DATA;
typedef ACE_Vector<DATA> VECTOR;
typedef ACE_Vector<DATA>::Iterator ITERATOR;