Use new dereferencing in unittests
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@897 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -262,7 +262,7 @@ TEST_F(OpenMeshProperties, VertexPropertyCopypropertiesInt) {
|
||||
|
||||
// Fill property
|
||||
for ( Mesh::VertexIter v_it = mesh_.vertices_begin() ; v_it != mesh_.vertices_end(); ++v_it ) {
|
||||
mesh_.property(intHandle,v_it) = v_it.handle().idx();
|
||||
mesh_.property(intHandle,v_it) = v_it->idx();
|
||||
}
|
||||
|
||||
// Check if property it is ok.
|
||||
|
||||
Reference in New Issue
Block a user