]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Cmake tests: Display process while executing for target updatetex2lyxtests
[lyx.git] / src / BufferParams.h
index 3258b822fd54b63fc91d9fdcc96ec448e08919b4..a6cd21178ca5e57edcecee1d0615475a987e5aff 100644 (file)
@@ -77,7 +77,7 @@ public:
                support::FileName const & filepath);
 
        ///
-       void writeFile(std::ostream &) const;
+       void writeFile(std::ostream &, Buffer const *) const;
 
        /// check what features are implied by the buffer parameters.
        void validate(LaTeXFeatures &) const;
@@ -305,6 +305,8 @@ public:
        /// Individual pieces of text can use different encodings.
        Encoding const & encoding() const;
        ///
+       std::string origin;
+       ///
        std::string preamble;
        ///
        std::string options;