]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Forgotten tex2lyx change in dbe0096c126f9
[lyx.git] / src / OutputParams.h
index 8663c1766ea5cad895eaffd3fb10d71e6d30e32b..e5e9ad0813d0b631b871ba18b72df4999564c67f 100644 (file)
@@ -254,6 +254,9 @@ public:
        /// Should we output verbatim or escape LaTeX's special chars?
        bool pass_thru;
 
+       /// Should we output verbatim specific chars?
+       docstring pass_thru_chars;
+
        /// Should we output captions?
        bool html_disable_captions;