]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Remove undisclosed imports (from xxx import *)
[lyx.git] / src / OutputParams.h
index 2e7d84e9c79b06476e4015adc2e44172983280ce..671bc23892bb5588b7816823bcdb9331d9e5fcf4 100644 (file)
@@ -377,6 +377,10 @@ public:
        /// Should we output verbatim specific chars?
        docstring pass_thru_chars;
 
+       /// Do not output verbatim specific chars even
+       /// if normally requested
+       docstring no_pass_thru_chars;
+
        /// A specific newline macro
        std::string newlinecmd;