X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbufferlist.h;h=5d8ddab2e4828699f08ef89c65430ba60ff68571;hb=69bee02a8901793b34ac5ca6d07e93910cef4005;hp=ad3ae4da8ccca7b4d995f545cef954cb8c2969e9;hpb=4e136e6f417a5459c7f1b9148d6518aa09fa7c07;p=lyx.git diff --git a/src/bufferlist.h b/src/bufferlist.h index ad3ae4da8c..5d8ddab2e4 100644 --- a/src/bufferlist.h +++ b/src/bufferlist.h @@ -18,7 +18,7 @@ #include class Buffer; -class LatexRunParams; +class OutputParams; /** * The class holds all all open buffers, and handles construction @@ -44,7 +44,7 @@ public: std::vector 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();