Fix semi-colon warnings

This commit is contained in:
Patrick Niklaus 2016-06-22 13:20:55 +02:00
parent fddc19e98d
commit d186ae1863
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -474,7 +474,7 @@ inline bool hasRoundaboutType(const TurnInstruction instruction)
TurnType::StayOnRoundabout};
const auto valid_end = valid_types + 13;
return std::find(valid_types, valid_end, instruction.type) != valid_end;
};
}
} // namespace guidance
} // namespace extractor