]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
minimal effort implementation of:
[lyx.git] / src / outputparams.C
index 8ce11581124f88602d7973fbf16984024a043951..6b9a817d86403cd97428f56ff44230321572ff91 100644 (file)
@@ -19,7 +19,9 @@ OutputParams::OutputParams()
          local_font(0), free_spacing(false), use_babel(false),
          linelen(0), depth(0),
          exportdata(new ExportData),
-         inComment(false)
+         inComment(false),
+         par_begin(0), par_end(0),
+         dryrun(false)
 {}