]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.cpp
Compile fix.
[lyx.git] / src / OutputParams.cpp
index f216bc6384a3684ad5a001fde5edc7d4cff0d3f7..211a10c62926d770c3ff198bf6121807c496097d 100644 (file)
@@ -28,7 +28,7 @@ OutputParams::OutputParams(Encoding const * enc)
          inIndexEntry(false), inDeletedInset(0),
          changeOfDeletedInset(Change::UNCHANGED),
          par_begin(0), par_end(0), isLastPar(false),
-         dryrun(false), verbatim(false), 
+         dryrun(false), pass_thru(false), 
          html_disable_captions(false), html_in_par(false),
          html_make_pars(true), for_toc(false), includeall(false)
 {