mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +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),
|
decoration_(DEFAULT), latextype_(NOLATEXTYPE), font_(inherit_font),
|
||||||
labelfont_(sane_font), bgcolor_(Color_error),
|
labelfont_(sane_font), bgcolor_(Color_error),
|
||||||
fixedwidthpreambleencoding_(false), htmlforcecss_ (false),
|
fixedwidthpreambleencoding_(false), htmlforcecss_ (false),
|
||||||
htmlisblock_(true), multipar_(true), custompars_(true),
|
htmlisblock_(true), docbooksection_(false), multipar_(true),
|
||||||
forceplain_(false), passthru_(false), parbreakisnewline_(false),
|
custompars_(true), forceplain_(false), passthru_(false),
|
||||||
parbreakignored_(false), freespacing_(false), keepempty_(false), forceltr_(false),
|
parbreakisnewline_(false), parbreakignored_(false), freespacing_(false),
|
||||||
forceownlines_(false), needprotect_(false), needcprotect_(false),
|
keepempty_(false), forceltr_(false), forceownlines_(false),
|
||||||
needmboxprotect_(false), intoc_(false), spellcheck_(true),
|
needprotect_(false), needcprotect_(false), needmboxprotect_(false),
|
||||||
resetsfont_(false), display_(true), forcelocalfontswitch_(false),
|
intoc_(false), spellcheck_(true), resetsfont_(false), display_(true),
|
||||||
add_to_toc_(false), is_toc_caption_(false), edit_external_(false),
|
forcelocalfontswitch_(false), add_to_toc_(false), is_toc_caption_(false),
|
||||||
docbooksection_(false)
|
edit_external_(false)
|
||||||
{
|
{
|
||||||
labelfont_.setColor(Color_error);
|
labelfont_.setColor(Color_error);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user