]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
changelogs
[lyx.git] / src / outputparams.C
index 1cf785b0639cf18315fee0aabc0cc5d3853379f0..25fd6b664a83349cad463cfcda88e291a9fa3deb 100644 (file)
@@ -17,7 +17,7 @@
 OutputParams::OutputParams()
        : flavor(LATEX), nice(false), moving_arg(false),
          free_spacing(false), use_babel(false),
-         mixed_content(false), linelen(0),
+         linelen(0), depth(0),
          exportdata(new ExportData)
 {}