]> git.lyx.org Git - lyx.git/blobdiff - src/outputparams.C
Two fixes involving RtL text drawing
[lyx.git] / src / outputparams.C
index 1f3dc1502bc94ba82cacc284398ded238b8f66d5..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), depth(0),
+         local_font(0), free_spacing(false), use_babel(false),
+         linelen(0), depth(0),
          exportdata(new ExportData)
 {}