diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/StyleSpec.h | 2 |
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: |