simple_finder example fixed

[SVN r46460]
This commit is contained in:
Pavol Droba
2008-06-17 21:13:25 +00:00
parent 9fa2f90db4
commit 4e15767bed

View File

@ -102,7 +102,7 @@
struct simple_finder
{
template<typename ForwardIteratorT>
boost::iterator_range<ForwardIterator> operator()(
boost::iterator_range<ForwardIteratorT> operator()(
ForwardIteratorT Begin,
ForwardIteratorT End )
{