Update approach.hpp
This commit is contained in:
parent
1d285ade25
commit
52dcb00563
@ -36,8 +36,8 @@ namespace osrm::engine
|
|||||||
enum class Approach : std::uint8_t
|
enum class Approach : std::uint8_t
|
||||||
{
|
{
|
||||||
CURB = 0,
|
CURB = 0,
|
||||||
OPPOSITE = 1,
|
UNRESTRICTED = 1,
|
||||||
UNRESTRICTED = 2
|
OPPOSITE = 2
|
||||||
|
|
||||||
};
|
};
|
||||||
} // namespace osrm::engine
|
} // namespace osrm::engine
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user