]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Fix layout bug. Pasting text into a cell tried to set Standard layout, because
[lyx.git] / src / OutputParams.cpp
index 0d4dae0e29b4d21d52c6d79b16e6560e48b2f58d..85775dc0f2c29545af0dd1eaf86df5bfc7ca9ed5 100644 (file)
@@ -25,7 +25,7 @@ OutputParams::OutputParams(Encoding const * enc)
          inComment(false),
          inDeletedInset(0), changeOfDeletedInset(Change::UNCHANGED),
          par_begin(0), par_end(0),
-         dryrun(false)
+         dryrun(false), verbatim(false)
 {}