aboutsummaryrefslogtreecommitdiff
path: root/src/set.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/set.h')
-rw-r--r--src/set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/set.h b/src/set.h
index d6f7ae8..7dfa191 100644
--- a/src/set.h
+++ b/src/set.h
@@ -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.