]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
layout file converter for layout files in old format
[lyx.git] / src / outputparams.C
index 1cf785b0639cf18315fee0aabc0cc5d3853379f0..817f6d95919763f2543912219d845f580ebb0040 100644 (file)
@@ -16,8 +16,8 @@
 
 OutputParams::OutputParams()
        : flavor(LATEX), nice(false), moving_arg(false),
-         free_spacing(false), use_babel(false),
-         mixed_content(false), linelen(0),
+         local_font(0), free_spacing(false), use_babel(false),
+         linelen(0), depth(0),
          exportdata(new ExportData)
 {}