From 71fa444424be52b9b2c3fd508ad663923d28a62c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 23:13:49 +0000 Subject: Removed headers that were accidently checked in. Lots of compiling. --- src/win95/hash_tem.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/win95/hash_tem.hpp') diff --git a/src/win95/hash_tem.hpp b/src/win95/hash_tem.hpp index 279c65d..190402c 100644 --- a/src/win95/hash_tem.hpp +++ b/src/win95/hash_tem.hpp @@ -700,7 +700,9 @@ inline _base_HashTable::_base_HashTable(_base_HashTa { for (unsigned i=0; i::ConstIterator it(ht); !it.Done(); it.Next() ) + +// for(HashTable::ConstIterator it(ht); !it.Done(); it.Next() ) + for (_base_HashTable::ConstIterator it(ht); !it.Done(); it.Next() ) { AddRegardless( it.Get() ); } -- cgit v1.3