Make TurnInstructionsClass functions free standing functions

This commit is contained in:
Daniel J. Hofmann
2016-01-08 22:37:25 +01:00
committed by Patrick Niklaus
parent 03f64a6c20
commit f65dd63210
4 changed files with 42 additions and 46 deletions
+1 -1
View File
@@ -683,7 +683,7 @@ TurnInstruction EdgeBasedGraphFactory::AnalyzeTurn(const NodeID node_u,
}
}
return TurnInstructionsClass::GetTurnDirectionOfInstruction(angle);
return getTurnDirection(angle);
}
}
}