mirror of https://github.com/CGAL/cgal
- Fix return type.
This commit is contained in:
parent
cd8807f99a
commit
ad82b2bc16
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue