summaryrefslogtreecommitdiff
path: root/ace/Array_Base.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-15 13:18:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-09-15 13:18:13 +0000
commitc47f03169aa1dc384fc32d56a3e0d235927a91e1 (patch)
treeda9cfe5b55555fa0ec620f5c3e911979b5b61ed2 /ace/Array_Base.h
parente9be12e695907b3756795120fa1a46c145a5a69d (diff)
downloadATCD-c47f03169aa1dc384fc32d56a3e0d235927a91e1.tar.gz
ChangeLogTag:Fri Sep 14 05:28:13 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Array_Base.h')
-rw-r--r--ace/Array_Base.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/Array_Base.h b/ace/Array_Base.h
index 042e6061fad..de2a4a46136 100644
--- a/ace/Array_Base.h
+++ b/ace/Array_Base.h
@@ -6,11 +6,10 @@
*
* $Id$
*
- * @author Doug Schmidt
+ * @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
-
#ifndef ACE_ARRAY_BASE_H
#define ACE_ARRAY_BASE_H
#include "ace/pre.h"
@@ -185,7 +184,7 @@ public:
private:
/// Pointer to the current item in the iteration.
- u_int current_;
+ size_t current_;
/// Pointer to the Array we're iterating over.
ACE_Array_Base<T> &array_;