remove bitfield from SegmentInformation, works around compile err
This commit is contained in:
parent
0244060806
commit
bea63028c7
@ -45,7 +45,7 @@ struct SegmentInformation
|
||||
TurnInstruction turn_instruction;
|
||||
bool necessary:1;
|
||||
bool is_via_location:1;
|
||||
TravelMode travel_mode : 4;
|
||||
TravelMode travel_mode;
|
||||
|
||||
explicit SegmentInformation(const FixedPointCoordinate &location,
|
||||
const NodeID name_id,
|
||||
|
Loading…
Reference in New Issue
Block a user