From ee5997ccdea6c01fc3d0b1bae5dac60a35cffb11 Mon Sep 17 00:00:00 2001 From: cjamin Date: Fri, 10 Jun 2016 11:29:30 +0000 Subject: Useless typename git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@1271 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: dcc10421c0e2ce26abbfa93176c62d6c834bb5d3 --- src/common/example/CGAL_points_off_reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/example/CGAL_points_off_reader.cpp b/src/common/example/CGAL_points_off_reader.cpp index 997b47c1..d1ca166d 100644 --- a/src/common/example/CGAL_points_off_reader.cpp +++ b/src/common/example/CGAL_points_off_reader.cpp @@ -9,7 +9,7 @@ #include using Kernel = CGAL::Epick_d< CGAL::Dynamic_dimension_tag >; -using Point_d = typename Kernel::Point_d; +using Point_d = Kernel::Point_d; void usage(char * const progName) { std::cerr << "Usage: " << progName << " inputFile.off" << std::endl; -- cgit v1.2.3