From 4e55dab4511ffa8307e3ae7523659e6087632f95 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 21 Nov 2006 19:22:12 +0000 Subject: Added a has function to Hash --- src/tests/hash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests') diff --git a/src/tests/hash.cpp b/src/tests/hash.cpp index f9a8f12..a7f0a57 100644 --- a/src/tests/hash.cpp +++ b/src/tests/hash.cpp @@ -80,7 +80,7 @@ int main() for( int j = 0; j < 33; j++ ) { - if( sTest[names[j]].isFilled() ) + if( sTest.has(names[j]) ) { if( sTest[names[j]] != j ) { -- cgit v1.2.3