aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hash.h b/src/hash.h
index 2810e35..f06c40f 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -640,6 +640,7 @@ namespace Bu
640 "Cannot mix iterators from different hash objects."); 640 "Cannot mix iterators from different hash objects.");
641 nPos = oth.nPos; 641 nPos = oth.nPos;
642 bFinished = oth.bFinished; 642 bFinished = oth.bFinished;
643 return *this;
643 } 644 }
644 645
645 /** 646 /**
@@ -756,6 +757,7 @@ namespace Bu
756 "Cannot mix iterators from different hash objects."); 757 "Cannot mix iterators from different hash objects.");
757 nPos = oth.nPos; 758 nPos = oth.nPos;
758 bFinished = oth.bFinished; 759 bFinished = oth.bFinished;
760 return *this;
759 } 761 }
760 762
761 /** 763 /**