From: Jean-Marc Lasgouttes Date: Mon, 18 Feb 2019 14:10:05 +0000 (+0100) Subject: Initialize member X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac5f0075bab3c3b39310b69e3dbd47e88da02248;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); }