]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Fix crash noticed by Bennett:
[lyx.git] / src / OutputParams.cpp
index c1af29f858362e740a0089954b3da64fc903833e..ce5ad870e3b916c8d1f629eb973f3f663915179b 100644 (file)
@@ -24,7 +24,8 @@ OutputParams::OutputParams(Encoding const * enc)
          use_indices(false), use_japanese(false), linelen(0), depth(0),
          exportdata(new ExportData),
          inComment(false), inTableCell(NO), inFloat(NONFLOAT),
-         inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED),
+         inIndexEntry(false), inDeletedInset(0),
+         changeOfDeletedInset(Change::UNCHANGED),
          par_begin(0), par_end(0), isLastPar(false),
          dryrun(false), verbatim(false), disable_captions(false)
 {