]> git.lyx.org Git - lyx.git/blobdiff - src/OutputParams.h
Some more oxygen svg icon fixes
[lyx.git] / src / OutputParams.h
index f01c5b96b4f2d57e9c023da49ba3f3a3cc9565c5..8663c1766ea5cad895eaffd3fb10d71e6d30e32b 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.
        */