Skip to content

Commit

Permalink
StyleSpec: 0-initialize the property_set array
Browse files Browse the repository at this point in the history
  • Loading branch information
Df458 authored and sfan5 committed Dec 16, 2019
1 parent 41ff0f6 commit bd4b8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/StyleSpec.h
Expand Up @@ -47,7 +47,7 @@ class StyleSpec
};

private:
std::array<bool, NUM_PROPERTIES> property_set;
std::array<bool, NUM_PROPERTIES> property_set{};
std::array<std::string, NUM_PROPERTIES> properties;

public:
Expand Down

0 comments on commit bd4b8d4

Please sign in to comment.