- Fix return type.

This commit is contained in:
Sylvain Pion 2001-02-28 10:22:53 +00:00
parent cd8807f99a
commit ad82b2bc16
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ operator-(const VectorH2<R>& u, const VectorH2<R>& v);
template <class R> template <class R>
CGAL_KERNEL_INLINE CGAL_KERNEL_INLINE
typename R::FT typename VectorH2<R>::FT
operator*(const VectorH2<R>& u, const VectorH2<R>& v); operator*(const VectorH2<R>& u, const VectorH2<R>& v);
template <class R> template <class R>