diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index 7bf9de65..c7e966e3 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh @@ -83,10 +83,10 @@ public: */ //@{ /// Linear iterator - typedef Iterators::GenericIteratorT VertexIter; - typedef Iterators::GenericIteratorT HalfedgeIter; - typedef Iterators::GenericIteratorT EdgeIter; - typedef Iterators::GenericIteratorT FaceIter; + typedef Iterators::GenericIteratorT VertexIter; + typedef Iterators::GenericIteratorT HalfedgeIter; + typedef Iterators::GenericIteratorT EdgeIter; + typedef Iterators::GenericIteratorT FaceIter; typedef VertexIter ConstVertexIter; typedef HalfedgeIter ConstHalfedgeIter;