StyleSpec: 0-initialize the property_set array
parent
41ff0f6679
commit
bd4b8d40b3
|
@ -47,7 +47,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
std::array<bool, NUM_PROPERTIES> property_set;
|
||||
std::array<bool, NUM_PROPERTIES> property_set{};
|
||||
std::array<std::string, NUM_PROPERTIES> properties;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue