mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove unneeded mutable keywords
This commit is contained in:
parent
f7be88ce4c
commit
f3370c3e6a
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user