diff options
Diffstat (limited to '')
-rw-r--r-- | src/set.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -368,7 +368,7 @@ namespace Bu | |||
368 | { | 368 | { |
369 | return hsh.getKeyAtPos( nPos ); | 369 | return hsh.getKeyAtPos( nPos ); |
370 | } | 370 | } |
371 | }; | 371 | } iterator; |
372 | 372 | ||
373 | /** | 373 | /** |
374 | * Iteration structure for iterating through the hash (const). | 374 | * Iteration structure for iterating through the hash (const). |
@@ -466,7 +466,7 @@ namespace Bu | |||
466 | { | 466 | { |
467 | return hsh.getKeyAtPos( nPos ); | 467 | return hsh.getKeyAtPos( nPos ); |
468 | } | 468 | } |
469 | }; | 469 | } const_iterator; |
470 | 470 | ||
471 | /** | 471 | /** |
472 | * Get an iterator pointing to the first item in the hash table. | 472 | * Get an iterator pointing to the first item in the hash table. |