diff options
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |