Initialize pointer always
This commit is contained in:
parent
a492bf3885
commit
924a41a2f4
@ -79,7 +79,10 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
public:
|
public:
|
||||||
JSONDescriptor() : entered_restricted_area_count(0) {
|
JSONDescriptor() :
|
||||||
|
facade(NULL),
|
||||||
|
entered_restricted_area_count(0)
|
||||||
|
{
|
||||||
shortest_leg_end_indices.push_back(0);
|
shortest_leg_end_indices.push_back(0);
|
||||||
alternative_leg_end_indices.push_back(0);
|
alternative_leg_end_indices.push_back(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user