Fix warning

This commit is contained in:
Richard Kimberly Heck 2020-10-30 13:25:15 -04:00
parent 5eb913ca99
commit 3b4b047576

View 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);
}