X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2FPackage.h;h=e5cc32326044e6025ee96d9428c7d860e597cf6c;hb=faa87bf9f30b943397429a04254d96963bbf38bc;hp=064f662e4e37577d2a1da284818bb3a2c67d3e86;hpb=149b574b07f20bdd13c34d8d56a0bc4b91eea5a2;p=lyx.git diff --git a/src/support/Package.h b/src/support/Package.h index 064f662e4e..e5cc323260 100644 --- a/src/support/Package.h +++ b/src/support/Package.h @@ -138,7 +138,7 @@ public: * Caution: This is "ready-to-run", i.e. in the locale encoding, not * utf8. */ - std::string const & configure_command() const { return configure_command_; } + std::string const & configure_command() const; private: FileName binary_dir_; @@ -151,7 +151,7 @@ private: mutable FileName document_dir_; mutable FileName temp_dir_; FileName system_temp_dir_; - std::string configure_command_; + mutable std::string configure_command_; bool explicit_user_support_dir_; bool in_build_dir_; };