From: Hugues Ross Date: Sat, 14 Dec 2019 23:03:33 +0000 (-0500) Subject: StyleSpec: 0-initialize the property_set array X-Git-Tag: 5.2.0~253 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd4b8d40b31301700b6405d0952fe692b65b28f5;p=oweals%2Fminetest.git StyleSpec: 0-initialize the property_set array --- 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 property_set; + std::array property_set{}; std::array properties; public: