]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
mathed uglyfication
[lyx.git] / src / bufferlist.h
index ad3ae4da8ccca7b4d995f545cef954cb8c2969e9..5d8ddab2e4828699f08ef89c65430ba60ff68571 100644 (file)
@@ -18,7 +18,7 @@
 #include <vector>
 
 class Buffer;
-class LatexRunParams;
+class OutputParams;
 
 /**
  * The class holds all all open buffers, and handles construction
@@ -44,7 +44,7 @@ public:
        std::vector<std::string> const getFileNames() const;
 
        /// FIXME
-       void updateIncludedTeXfiles(std::string const &, LatexRunParams const &);
+       void updateIncludedTeXfiles(std::string const &, OutputParams const &);
 
        /// emergency save for all buffers
        void emergencyWriteAll();