]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
Make enter button work in GTK text dialog
[lyx.git] / src / outputparams.C
index 1cf785b0639cf18315fee0aabc0cc5d3853379f0..8ce11581124f88602d7973fbf16984024a043951 100644 (file)
 
 OutputParams::OutputParams()
        : flavor(LATEX), nice(false), moving_arg(false),
-         free_spacing(false), use_babel(false),
-         mixed_content(false), linelen(0),
-         exportdata(new ExportData)
+         local_font(0), free_spacing(false), use_babel(false),
+         linelen(0), depth(0),
+         exportdata(new ExportData),
+         inComment(false)
 {}