]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
"Inter-word Space"
[lyx.git] / src / bufferlist.h
index 0dbd2434b380af635077c51efb3d9d5dd9f8732b..5ba7e6ffc581c5bb16fc9a4135ba6b140f23b051 100644 (file)
@@ -19,6 +19,7 @@
 #include <vector>
 
 class Buffer;
+class LatexRunParams;
 
 /**
  * The class holds all all open buffers, and handles construction
@@ -60,7 +61,7 @@ public:
        std::vector<string> const getFileNames() const;
 
        /// FIXME
-       void updateIncludedTeXfiles(string const &);
+       void updateIncludedTeXfiles(string const &, LatexRunParams const &);
 
        /// emergency save for all buffers
        void emergencyWriteAll();