]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Fix build with GNU libstdc++ C++11 ABI
[lyx.git] / src / OutputParams.h
index f01c5b96b4f2d57e9c023da49ba3f3a3cc9565c5..e5e9ad0813d0b631b871ba18b72df4999564c67f 100644 (file)
@@ -163,11 +163,11 @@ public:
 
        /** Customized bibtex_command
        */
-       mutable std::string bibtex_command;
+       std::string bibtex_command;
 
        /** Customized index_command
        */
-       mutable std::string index_command;
+       std::string index_command;
 
        /** Line length to use with plaintext or LaTeX export.
        */
@@ -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;