Fix Coverity issue by initializing member
This commit is contained in:
parent
0190b5e5af
commit
4cab617c25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user