X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FOutputParams.h;h=8663c1766ea5cad895eaffd3fb10d71e6d30e32b;hb=1427b6fe316e257ce40512872c44cd438a51c498;hp=87d8fcd122abebc74581f017b72ac615e37b6199;hpb=9d8839f6884d3ef15cf5047815689c8b56c166ee;p=lyx.git diff --git a/src/OutputParams.h b/src/OutputParams.h index 87d8fcd122..8663c1766e 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -113,7 +113,7 @@ public: /** Document language babel name */ - mutable std::string document_language; + std::string document_language; /** The master language. Non-null only for child documents. Note that this is not the language of the top level master, but @@ -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. */