]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
InsetLine.cpp: remove unused include
[lyx.git] / src / OutputParams.h
index 57172261130ad3c2ec7a071140192fc21050dc0d..9ae7c3721cdbee92ecb846eefc189a91a34f9be1 100644 (file)
@@ -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;