]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
fix reading the author field.
[lyx.git] / src / outputparams.C
index 1cf785b0639cf18315fee0aabc0cc5d3853379f0..1f3dc1502bc94ba82cacc284398ded238b8f66d5 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),
+         mixed_content(false), linelen(0), depth(0),
          exportdata(new ExportData)
 {}