mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix warning
This commit is contained in:
parent
5eb913ca99
commit
3b4b047576
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user