From d781f3d704b355eb212ca1cc1204d293f4d1535a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 6 Aug 2010 11:08:29 +0000 Subject: [PATCH] Removed one of two default constructors --- .../include/CGAL/Polynomial/internal/Kernel/Sign_at.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kinetic_data_structures/include/CGAL/Polynomial/internal/Kernel/Sign_at.h b/Kinetic_data_structures/include/CGAL/Polynomial/internal/Kernel/Sign_at.h index 2df3774ccbb..ff0d59ea8ee 100644 --- a/Kinetic_data_structures/include/CGAL/Polynomial/internal/Kernel/Sign_at.h +++ b/Kinetic_data_structures/include/CGAL/Polynomial/internal/Kernel/Sign_at.h @@ -35,7 +35,7 @@ class Sign_at public: Sign_at(K k=K()): k_(k) { } - Sign_at(){} + typedef typename K::Root argument_type; typedef CGAL::Sign result_type;