Fix Coverity issue by initializing member

This commit is contained in:
Patrick Niklaus 2015-05-29 09:13:28 +02:00
parent 0190b5e5af
commit 4cab617c25

View File

@ -91,7 +91,7 @@ template <> struct hash<RestrictionTarget>
class RestrictionMap
{
public:
RestrictionMap() = default;
RestrictionMap() : m_count(0) {};
RestrictionMap(const std::vector<TurnRestriction> &restriction_list);
// Replace end v with w in each turn restriction containing u as via node