X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutputparams.C;h=8ce11581124f88602d7973fbf16984024a043951;hb=17cc48720a11a3ed65d9de29d5e7a2d29f9a41f0;hp=1cf785b0639cf18315fee0aabc0cc5d3853379f0;hpb=2ca14c025aff099fb52af21785e3ba05a4c3487b;p=lyx.git diff --git a/src/outputparams.C b/src/outputparams.C index 1cf785b063..8ce1158112 100644 --- a/src/outputparams.C +++ b/src/outputparams.C @@ -16,9 +16,10 @@ OutputParams::OutputParams() : flavor(LATEX), nice(false), moving_arg(false), - free_spacing(false), use_babel(false), - mixed_content(false), linelen(0), - exportdata(new ExportData) + local_font(0), free_spacing(false), use_babel(false), + linelen(0), depth(0), + exportdata(new ExportData), + inComment(false) {}