aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash.h b/src/hash.h
index f25c258..a81c355 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -437,7 +437,7 @@ namespace Bu
437 bFinished = oth.bFinished; 437 bFinished = oth.bFinished;
438 } 438 }
439 439
440 std::pair<key,value> operator *() 440 value &operator *()
441 { 441 {
442 return hsh.getAtPos( nPos ); 442 return hsh.getAtPos( nPos );
443 } 443 }