diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh index 970ae85d..0e9dc9e9 100644 --- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh +++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh @@ -1198,10 +1198,10 @@ public: typedef CirculatorRange< const PolyConnectivity, - ConstVertexVertexIter, + ConstVertexVertexCWIter, VertexHandle, - &PolyConnectivity::cvv_begin, - &PolyConnectivity::cvv_end> ConstVertexVertexRange; + &PolyConnectivity::cvv_cwbegin, + &PolyConnectivity::cvv_cwend> ConstVertexVertexRange; typedef CirculatorRange< const PolyConnectivity, ConstVertexIHalfedgeIter,