]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
tex2lyx: add strike-outs etc. to the TeX testfile
[lyx.git] / src / Buffer.h
index 6192dd101abf7796daf997e134340234feed69d5..5c90f51bb694c89e9a612e239756682fb913ed8b 100644 (file)
@@ -276,6 +276,7 @@ public:
 
        /// Just a wrapper for writeLaTeXSource, first creating the ofstream.
        bool makeLaTeXFile(support::FileName const & filename,
+                          std::string const & original_path,
                           OutputParams const &,
                           bool output_preamble = true,
                           bool output_body = true) const;
@@ -302,6 +303,7 @@ public:
            \endcode
         */
        void writeLaTeXSource(otexstream & os,
+                          std::string const & original_path,
                           OutputParams const &,
                           bool output_preamble = true,
                           bool output_body = true) const;