X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.cpp;h=c1af29f858362e740a0089954b3da64fc903833e;hb=70a24259f8e3eb75677178ef5e28ecbb51c2935b;hp=7966ad712d37eb382ef106acab74677cf76176b8;hpb=81d02909cfdfb4076a47aa267d5ba91adafd932f;p=lyx.git diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp index 7966ad712d..c1af29f858 100644 --- a/src/OutputParams.cpp +++ b/src/OutputParams.cpp @@ -19,14 +19,14 @@ namespace lyx { OutputParams::OutputParams(Encoding const * enc) - : flavor(LATEX), nice(false), moving_arg(false), + : flavor(LATEX), nice(false), moving_arg(false), inulemcmd(false), local_font(0), encoding(enc), free_spacing(false), use_babel(false), - use_japanese(false), linelen(0), depth(0), + use_indices(false), use_japanese(false), linelen(0), depth(0), exportdata(new ExportData), - inComment(false), inTableCell(NO), + inComment(false), inTableCell(NO), inFloat(NONFLOAT), inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED), par_begin(0), par_end(0), isLastPar(false), - dryrun(false), verbatim(false) + dryrun(false), verbatim(false), disable_captions(false) { // Note: in PreviewLoader::Impl::dumpPreamble // OutputParams runparams(0);