From 91213bb50dbb53ec0257665da9a2e76ecabde2a2 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Mon, 16 Nov 2015 10:40:34 +0000 Subject: Visual 2013 fix about typename not allowed. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/skb_simplex_insertion_merge@924 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 641ead33dd7c9a97dd84e085e2d131d05c6ce8fb --- src/Contraction/example/Garland_heckbert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Contraction') diff --git a/src/Contraction/example/Garland_heckbert.cpp b/src/Contraction/example/Garland_heckbert.cpp index 3ba9501b..b545a066 100644 --- a/src/Contraction/example/Garland_heckbert.cpp +++ b/src/Contraction/example/Garland_heckbert.cpp @@ -151,7 +151,7 @@ int main(int argc, char *argv[]) { } Complex complex; - typedef typename Complex::Vertex_handle Vertex_handle; + typedef Complex::Vertex_handle Vertex_handle; // load the points Skeleton_blocker_off_reader off_reader(argv[1], complex); -- cgit v1.2.3