summaryrefslogtreecommitdiff
path: root/src/win95/hash_tem.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95/hash_tem.hpp')
-rw-r--r--src/win95/hash_tem.hpp4
1 files changed, 3 insertions, 1 deletions
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<TYPE,ARG_TYPE,CMP_ARG_TYPE>::_base_HashTable(_base_HashTa
{
for (unsigned i=0; i<tableSize; ++i) { chainPA[i] = NULL; }
- for( HashTable<TYPE>::ConstIterator it(ht); !it.Done(); it.Next() )
+
+// for(HashTable<TYPE>::ConstIterator it(ht); !it.Done(); it.Next() )
+ for (_base_HashTable::ConstIterator it(ht); !it.Done(); it.Next() )
{
AddRegardless( it.Get() );
}