From 51ae14ec230ca6f2b16388ffcbb73c70ef34fc56 Mon Sep 17 00:00:00 2001 From: "Daniel J. Hofmann" Date: Thu, 18 Feb 2016 19:13:38 -0800 Subject: [PATCH] Extra ; --- src/extractor/edge_based_graph_factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extractor/edge_based_graph_factory.cpp b/src/extractor/edge_based_graph_factory.cpp index b9cee60d7..bbabb64fe 100644 --- a/src/extractor/edge_based_graph_factory.cpp +++ b/src/extractor/edge_based_graph_factory.cpp @@ -1059,7 +1059,7 @@ EdgeBasedGraphFactory::getTurnCandidates(NodeID from_node, EdgeID via_eid) } } return turn_candidates; -}; +} int EdgeBasedGraphFactory::GetTurnPenalty(double angle, lua_State *lua_state) const {