diff --git a/data_structures/segment_information.hpp b/data_structures/segment_information.hpp index d9f84e089..5729380cc 100644 --- a/data_structures/segment_information.hpp +++ b/data_structures/segment_information.hpp @@ -44,9 +44,9 @@ struct SegmentInformation float length; short bearing; // more than enough [0..3600] fits into 12 bits TurnInstruction turn_instruction; - TravelMode travel_mode : 4; - bool necessary : 1; - bool is_via_location : 1; + TravelMode travel_mode; + bool necessary; + bool is_via_location; explicit SegmentInformation(const FixedPointCoordinate &location, const NodeID name_id,