]> git.lyx.org Git - lyx.git/commitdiff
Fix warning
authorRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 30 Oct 2020 17:25:15 +0000 (13:25 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 30 Oct 2020 17:26:48 +0000 (13:26 -0400)
src/insets/InsetLayout.cpp

index 56aa16972db47ace6ac2aa3ce0b607e8abefc4fc..9d39c94bf751efacb60f800d2b97dded52667c0e 100644 (file)
@@ -38,14 +38,14 @@ InsetLayout::InsetLayout() :
        decoration_(DEFAULT), latextype_(NOLATEXTYPE), font_(inherit_font),
        labelfont_(sane_font), bgcolor_(Color_error),
        fixedwidthpreambleencoding_(false), htmlforcecss_ (false),
-       htmlisblock_(true), multipar_(true), custompars_(true),
-       forceplain_(false), passthru_(false), parbreakisnewline_(false),
-       parbreakignored_(false), freespacing_(false), keepempty_(false), forceltr_(false),
-       forceownlines_(false), needprotect_(false), needcprotect_(false),
-       needmboxprotect_(false), intoc_(false), spellcheck_(true),
-       resetsfont_(false), display_(true), forcelocalfontswitch_(false),
-       add_to_toc_(false), is_toc_caption_(false), edit_external_(false),
-       docbooksection_(false)
+       htmlisblock_(true), docbooksection_(false), multipar_(true),
+       custompars_(true), forceplain_(false), passthru_(false),
+       parbreakisnewline_(false), parbreakignored_(false), freespacing_(false),
+       keepempty_(false), forceltr_(false), forceownlines_(false),
+       needprotect_(false), needcprotect_(false), needmboxprotect_(false),
+       intoc_(false), spellcheck_(true), resetsfont_(false), display_(true),
+       forcelocalfontswitch_(false), add_to_toc_(false), is_toc_caption_(false),
+       edit_external_(false)
 {
        labelfont_.setColor(Color_error);
 }