X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.cpp;h=ea56d2f11f90bd49f3ac73ae4ce2483e567e4455;hb=889182eb1a19da1cb4d5b5efeea434a5e6592ef0;hp=0ef0c2c6dd9433f42576497e7e53218421ffbd3d;hpb=ecef54500d4d77baf4fa47eac2253679875ac08c;p=lyx.git diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp index 0ef0c2c6dd..ea56d2f11f 100644 --- a/src/OutputParams.cpp +++ b/src/OutputParams.cpp @@ -30,7 +30,8 @@ OutputParams::OutputParams(Encoding const * enc) par_begin(0), par_end(0), lastid(-1), lastpos(-1), isLastPar(false), dryrun(false), pass_thru(false), html_disable_captions(false), html_in_par(false), - html_make_pars(true), for_toc(false), for_tooltip(false), includeall(false) + html_make_pars(true), for_toc(false), for_tooltip(false), + for_search(false), includeall(false) { // Note: in PreviewLoader::Impl::dumpPreamble // OutputParams runparams(0);