From c85cc1429b548f5b292c19cf1f3ccb23e13cfa63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 28 May 2015 10:54:24 +0200 Subject: [PATCH] remove extra typename --- .../demo/Polyhedron/Polyhedron_demo_shortest_path_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_demo_shortest_path_plugin.cpp b/Polyhedron/demo/Polyhedron/Polyhedron_demo_shortest_path_plugin.cpp index cf81d4fba07..d51d8dcb1b0 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_demo_shortest_path_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Polyhedron_demo_shortest_path_plugin.cpp @@ -41,7 +41,7 @@ private: struct ShortestPathsPointsVisitor { - typedef std::vector Container; + typedef std::vector Container; Container& m_container; ShortestPathsPointsVisitor(Container& container)