aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.h b/src/hash.h
index 81b472f..aa02960 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -350,7 +350,7 @@ public:
350 virtual bool has( key k ) 350 virtual bool has( key k )
351 { 351 {
352 bool bFill; 352 bool bFill;
353 probe( __calcHashCode( k ), k, bFill ); 353 probe( __calcHashCode( k ), k, bFill, false );
354 354
355 return bFill; 355 return bFill;
356 } 356 }