mirror of https://github.com/CGAL/cgal
Added missing typename
This commit is contained in:
parent
bea483ab08
commit
11a86e77dc
|
|
@ -1,3 +1,6 @@
|
|||
9 Mar 2003 Andreas Fabri
|
||||
- Added missing typename
|
||||
|
||||
8 Mar 2003 Andreas Fabri
|
||||
- Added functor and function for constructing orthogilnal vector of three points
|
||||
|
||||
|
|
|
|||
|
|
@ -1268,7 +1268,7 @@ namespace CartesianKernelFunctors {
|
|||
template <typename K>
|
||||
class Construct_orthogonal_vector_3
|
||||
{
|
||||
typedef K::FT FT;
|
||||
typedef typename K::FT FT;
|
||||
typedef typename K::Point_3 Point_3;
|
||||
typedef typename K::Vector_3 Vector_3;
|
||||
typedef typename K::Plane_3 Plane_3;
|
||||
|
|
|
|||
Loading…
Reference in New Issue