]> git.lyx.org Git - lyx.git/blobdiff - src/converter.h
Fix #1736
[lyx.git] / src / converter.h
index 6775fb0f1afacc2b2449bff06d50586753ab7b37..ce290766fce7975155932cc9959ab65fd65d4e8c 100644 (file)
@@ -48,6 +48,8 @@ public:
 
        /// The converter is latex or its derivatives
        bool latex;
+       /// The converter is xml
+       bool xml;
        /// Do we need to run the converter in the original directory?
        bool original_dir;
        /// This converter needs the .aux files
@@ -140,7 +142,9 @@ private:
        ///
        std::string latex_command_;
        ///
-       bool move(std::string const & from, std::string const & to, bool copy);
+       bool move(std::string const & fmt,
+                 std::string const & from, std::string const & to,
+                 bool copy);
        ///
        Graph G_;
 };