summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/StyleSpec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/StyleSpec.h b/src/gui/StyleSpec.h
index f120fdedb..5c9e20a11 100644
--- a/src/gui/StyleSpec.h
+++ b/src/gui/StyleSpec.h
@@ -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: