From ad82b2bc16c27a66a5fc413ded68a280690f65e9 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Wed, 28 Feb 2001 10:22:53 +0000 Subject: [PATCH] - Fix return type. --- Packages/H2/include/CGAL/point_vector_declarationsH2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/H2/include/CGAL/point_vector_declarationsH2.h b/Packages/H2/include/CGAL/point_vector_declarationsH2.h index 1935b9d2dcb..74ae53d144a 100644 --- a/Packages/H2/include/CGAL/point_vector_declarationsH2.h +++ b/Packages/H2/include/CGAL/point_vector_declarationsH2.h @@ -73,7 +73,7 @@ operator-(const VectorH2& u, const VectorH2& v); template CGAL_KERNEL_INLINE -typename R::FT +typename VectorH2::FT operator*(const VectorH2& u, const VectorH2& v); template