Typo in a return type

This commit is contained in:
Laurent Rineau 2012-10-03 12:04:17 +00:00
parent 16992d9713
commit d84e60c1f6
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ The concept `ConformingDelaunayTriangulationTraits_2` refines the concept
field type `FT`, a type `Vector_2` and several constructors on
`Vector_2`, `Point_2`, and a predicate on angles.
The field type has to be a model of
the concept `SqrtFieldNumberType`. This field type and the
the concept `::SqrtFieldNumberType`. This field type and the
constructors are used by the conforming algorithm to compute Steiner
points on constrained edges.
@ -128,7 +128,7 @@ construct_translated_point_2_object();
/*!
*/
Constructor_midpoint_2 construct_midpoint_2_object();
Construct_midpoint_2 construct_midpoint_2_object();