Remove unneeded mutable keywords

This commit is contained in:
Georg Baum 2014-11-18 21:08:43 +01:00
parent f7be88ce4c
commit f3370c3e6a

View 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.
*/