remove bitfield from SegmentInformation, works around compile err

This commit is contained in:
Emil Tin 2014-08-15 13:05:48 +02:00
parent 0244060806
commit bea63028c7

View File

@ -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,