From 4a5e8ad343079f6552fab639770e5771ed7c4e7a Mon Sep 17 00:00:00 2001 From: Vincent Glize Date: Mon, 19 Jun 2017 23:54:58 +0200 Subject: C++11 cleanup on constructors (#6000) * C++11 cleanup on constructors dir script --- src/util/enriched_string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/enriched_string.h') diff --git a/src/util/enriched_string.h b/src/util/enriched_string.h index 1aca8948a..a3b8feb2a 100644 --- a/src/util/enriched_string.h +++ b/src/util/enriched_string.h @@ -84,7 +84,7 @@ public: private: std::wstring m_string; std::vector m_colors; - bool m_has_background; + bool m_has_background = false; irr::video::SColor m_background; }; -- cgit v1.2.3