aboutsummaryrefslogtreecommitdiff
path: root/src/stable/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/hash.h')
-rw-r--r--src/stable/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/hash.h b/src/stable/hash.h
index aee6ded..9634238 100644
--- a/src/stable/hash.h
+++ b/src/stable/hash.h
@@ -835,7 +835,7 @@ namespace Bu
835 835
836 iterator() : 836 iterator() :
837 hsh( NULL ), 837 hsh( NULL ),
838 nPos( NULL ), 838 nPos( 0 ),
839 bFinished( true ) 839 bFinished( true )
840 { 840 {
841 } 841 }