Initialize pointer always

This commit is contained in:
Dennis Luxen 2013-12-13 09:52:57 -05:00
parent a492bf3885
commit 924a41a2f4

View File

@ -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);
} }