]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / OutputParams.cpp
index 4322ace9f8688b4676686364cfaacdc2834eabbc..0d4dae0e29b4d21d52c6d79b16e6560e48b2f58d 100644 (file)
@@ -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)
 {}