aboutsummaryrefslogtreecommitdiff
path: root/src/hash.h
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 f6c207f..1bb25c9 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -458,7 +458,7 @@ namespace Bu
458 458
459 value &operator *() 459 value &operator *()
460 { 460 {
461 return hsh.getAtPos( nPos ); 461 return hsh.getValueAtPos( nPos );
462 } 462 }
463 463
464 key &getKey() 464 key &getKey()