From c521e3e1de960ba3c45c0e83d04d86f5e7c68d58 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Mon, 18 Feb 2019 15:10:05 +0100 Subject: [PATCH] Initialize member Spotted by coverity --- src/insets/InsetLayout.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp index acef3d1439..5d9427d2ad 100644 --- a/src/insets/InsetLayout.cpp +++ b/src/insets/InsetLayout.cpp @@ -44,7 +44,8 @@ InsetLayout::InsetLayout() : freespacing_(false), keepempty_(false), forceltr_(false), forceownlines_(false), needprotect_(false), needcprotect_(false), intoc_(false), spellcheck_(true), resetsfont_(false), display_(true), - forcelocalfontswitch_(false), add_to_toc_(false), is_toc_caption_(false) + forcelocalfontswitch_(false), add_to_toc_(false), is_toc_caption_(false), + edit_external_(false) { labelfont_.setColor(Color_error); } -- 2.39.5