[LyX/master] Fix warning

Richard Kimberly Heck rikiheck at lyx.org
Fri Oct 30 17:09:24 UTC 2020


commit 3b4b047576cb2b37346378f44f5f3fa503de60f9
Author: Richard Kimberly Heck <rikiheck at lyx.org>
Date:   Fri Oct 30 13:25:15 2020 -0400

    Fix warning
---
 src/insets/InsetLayout.cpp |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/insets/InsetLayout.cpp b/src/insets/InsetLayout.cpp
index 56aa169..9d39c94 100644
--- a/src/insets/InsetLayout.cpp
+++ b/src/insets/InsetLayout.cpp
@@ -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);
 }


More information about the lyx-cvs mailing list