warning--

This commit is contained in:
Sylvain Pion 2007-03-08 09:48:21 +00:00
parent fef0400986
commit 09c71b26f9
1 changed files with 3 additions and 1 deletions

View File

@ -130,8 +130,10 @@ public:
}
Nested_iterator(const Self& other)
: Filter_base_iterator(other)
{
copy_from(other);
if ( !other.is_end() )
nested_it_ = other.nested_it_;
}
Self& operator=(const Self& other)