]> git.lyx.org Git - lyx.git/blobdiff - src/support/Package.h
* layouttranslations.review - remove dupes
[lyx.git] / src / support / Package.h
index 064f662e4e37577d2a1da284818bb3a2c67d3e86..e5cc32326044e6025ee96d9428c7d860e597cf6c 100644 (file)
@@ -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_;
 };