From: Jean-Marc Lasgouttes Date: Mon, 18 Feb 2019 14:10:05 +0000 (+0100) Subject: Initialize member X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2577 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c521e3e1de960ba3c45c0e83d04d86f5e7c68d58;p=features.git Initialize member Spotted by coverity --- 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); }