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 {