diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index c7e966e3..5dfc9daf 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh @@ -192,12 +192,12 @@ public: &Iterators::GenericCirculatorBaseT::toHalfedgeHandle> HalfedgeLoopIter; typedef Iterators::GenericCirculatorT::toHalfedgeHandle> HalfedgeLoopCWIter; + &Iterators::GenericCirculatorBaseT::toHalfedgeHandle, false> HalfedgeLoopCWIter; /** * Identical to #FaceHalfedgeIter. God knows why this typedef exists. */ typedef Iterators::GenericCirculatorT::toHalfedgeHandle, false> + &Iterators::GenericCirculatorBaseT::toHalfedgeHandle> HalfedgeLoopCCWIter; typedef VertexVertexIter ConstVertexVertexIter;