diff --git a/cxxmph/hollow_iterator.h b/cxxmph/hollow_iterator.h index 54fba74..3e6e76c 100644 --- a/cxxmph/hollow_iterator.h +++ b/cxxmph/hollow_iterator.h @@ -26,7 +26,7 @@ struct hollow_iterator_base : public std::iterator { public: - typedef hollow_iterator_base& self_type; + typedef hollow_iterator_base self_type; typedef self_type& self_reference; typedef typename iterator::reference reference; typedef typename iterator::pointer pointer;