missing typename

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1300 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2015-06-25 09:25:57 +00:00
parent 6fe4849378
commit d5c2ea433a

View File

@@ -1207,7 +1207,7 @@ void FVc<M>::raise(typename M::VertexHandle& _vh, state_t _target_state)
}
}
position /= M::Scalar(valence);
position /= typename M::Scalar(valence);
MOBJ(_vh).set_position(_target_state, position);
MOBJ(_vh).inc_state();