X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.cpp;h=cf81253ea724a8353ea207b73f9ff3608b81f280;hb=948ed1ffd50923f3e63204c65a08cb308ebc4b63;hp=df58ff4cadb55667cf752834ac0f73fc336bdee2;hpb=be468136df13bc705fec9a22f0d0fd52036afbe4;p=lyx.git diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp index df58ff4cad..cf81253ea7 100644 --- a/src/OutputParams.cpp +++ b/src/OutputParams.cpp @@ -20,7 +20,7 @@ namespace lyx { OutputParams::OutputParams(Encoding const * enc) : flavor(LATEX), math_flavor(NotApplicable), nice(false), is_child(false), - moving_arg(false), inulemcmd(false), local_font(0), master_language(0), + moving_arg(false), intitle(false), inulemcmd(0), local_font(0), master_language(0), encoding(enc), free_spacing(false), use_babel(false), use_polyglossia(false), use_indices(false), use_japanese(false), linelen(0), depth(0), exportdata(new ExportData),