]> git.lyx.org Git - features.git/commitdiff
Initialize member
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Feb 2019 14:10:05 +0000 (15:10 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Feb 2019 14:10:30 +0000 (15:10 +0100)
Spotted by coverity

src/insets/InsetLayout.cpp

index acef3d143955f4a093acac6d9976104ae744b8ac..5d9427d2adfb6cce21ad770b9fddab1e59a1287f 100644 (file)
@@ -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);
 }