Stefan Schuermans commited on 2011-12-11 01:02:51
Showing 2 changed files, with 5 additions and 2 deletions.
... | ... |
@@ -35,7 +35,10 @@ public: |
35 | 35 |
typedef std::list<Entry> List; |
36 | 36 |
|
37 | 37 |
/// list iterator |
38 |
- typedef typename List::const_reverse_iterator ListIt; |
|
38 |
+ typedef typename List::const_iterator ListIt; |
|
39 |
+ |
|
40 |
+ /// reverse list iterator |
|
41 |
+ typedef typename List::const_reverse_iterator ListRevIt; |
|
39 | 42 |
|
40 | 43 |
public: |
41 | 44 |
/** |