Add typename

This commit is contained in:
Andreas Fabri 2020-01-31 09:52:49 +01:00
parent add08198f5
commit bc1d0e3d43
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ typedef CGAL::Simple_cartesian<CGAL::Gmpq> EC;
template <typename Kernel>
int fct() {
typedef Kernel::Segment_2 Segment_2;
typedef typename Kernel::Segment_2 Segment_2;
const Segment_2 segi = {
{ -4.0380854964382, -1.9947196614192 },
{ 10.43442091460618, -0.5886833953492263 } };