diff options
-rw-r--r-- | src/hash.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | /** |