X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=9ae7c3721cdbee92ecb846eefc189a91a34f9be1;hb=604a3341d9bd6b6bee6f042292f28b89027ca2b5;hp=57172261130ad3c2ec7a071140192fc21050dc0d;hpb=c9b9748cee687e709e9e48dd2c78e054d8ea29a3;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 5717226113..9ae7c3721c 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -221,7 +221,7 @@ public: bool dryrun; /// Should we output verbatim or escape LaTeX's special chars? - bool verbatim; + bool pass_thru; /// Should we output captions? bool html_disable_captions;