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)