]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
lexer cosmetics
[lyx.git] / src / OutputParams.cpp
index 4322ace9f8688b4676686364cfaacdc2834eabbc..85775dc0f2c29545af0dd1eaf86df5bfc7ca9ed5 100644 (file)
@@ -23,8 +23,9 @@ 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)
+         dryrun(false), verbatim(false)
 {}