diff options
Diffstat (limited to 'src/list.h')
-rw-r--r-- | src/list.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -217,6 +217,11 @@ namespace Bu | |||
217 | { | 217 | { |
218 | } | 218 | } |
219 | 219 | ||
220 | const_iterator( const iterator &i ) : | ||
221 | pLink( i.pLink ) | ||
222 | { | ||
223 | } | ||
224 | |||
220 | public: | 225 | public: |
221 | bool operator==( const const_iterator &oth ) const | 226 | bool operator==( const const_iterator &oth ) const |
222 | { | 227 | { |