From f3370c3e6a0686b03769e48bcd3fb673925533a9 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Tue, 18 Nov 2014 21:08:43 +0100 Subject: [PATCH] Remove unneeded mutable keywords --- src/OutputParams.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OutputParams.h b/src/OutputParams.h index f01c5b96b4..8663c1766e 100644 --- a/src/OutputParams.h +++ b/src/OutputParams.h @@ -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. */