X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.cpp;h=0d4dae0e29b4d21d52c6d79b16e6560e48b2f58d;hb=e54ae72e5fac6f750c3f7972c74bb42b57f3a049;hp=4322ace9f8688b4676686364cfaacdc2834eabbc;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/OutputParams.cpp b/src/OutputParams.cpp index 4322ace9f8..0d4dae0e29 100644 --- a/src/OutputParams.cpp +++ b/src/OutputParams.cpp @@ -23,6 +23,7 @@ OutputParams::OutputParams(Encoding const * enc) linelen(0), depth(0), exportdata(new ExportData), inComment(false), + inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED), par_begin(0), par_end(0), dryrun(false) {}