diff --git a/include/engine/approach.hpp b/include/engine/approach.hpp index abd35bd9d..60fd68a46 100644 --- a/include/engine/approach.hpp +++ b/include/engine/approach.hpp @@ -36,8 +36,8 @@ namespace osrm::engine enum class Approach : std::uint8_t { CURB = 0, - OPPOSITE = 1, - UNRESTRICTED = 2 + UNRESTRICTED = 1, + OPPOSITE = 2 }; } // namespace osrm::engine