diff options
Diffstat (limited to 'src/hash.h')
-rw-r--r-- | src/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -612,7 +612,7 @@ namespace Bu | |||
612 | { | 612 | { |
613 | return hsh.getValueAtPos( nPos ); | 613 | return hsh.getValueAtPos( nPos ); |
614 | } | 614 | } |
615 | }; | 615 | } iterator; |
616 | 616 | ||
617 | /** | 617 | /** |
618 | * Iteration structure for iterating through the hash (const). | 618 | * Iteration structure for iterating through the hash (const). |
@@ -728,7 +728,7 @@ namespace Bu | |||
728 | { | 728 | { |
729 | return hsh.getValueAtPos( nPos ); | 729 | return hsh.getValueAtPos( nPos ); |
730 | } | 730 | } |
731 | }; | 731 | } const_iterator; |
732 | 732 | ||
733 | /** | 733 | /** |
734 | * Get an iterator pointing to the first item in the hash table. | 734 | * Get an iterator pointing to the first item in the hash table. |