X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=0b46c607af6496e42492b645121742d2f64f0923;hb=4eb9b50dc642a3532d8126a93571696b3db57640;hp=f5d66a52b8cf459c74c20b2fbe96917688b29c52;hpb=bedebfc45a895e573557bf4bdfc2a6dc1af5fde7;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index f5d66a52b8..0b46c607af 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -18,8 +18,7 @@ #include "support/docstring.h" #include "support/FileName.h" - -#include +#include "support/signals.h" #include #include @@ -148,7 +147,7 @@ public: }; /// This signal emits an informative message - boost::signals2::signal message; + signals2::signal message; /** @@ -193,7 +192,7 @@ private: std::string const & = std::string()); /// - bool runMakeIndexNomencl(support::FileName const &, + bool runMakeIndexNomencl(support::FileName const &, std::string const &, std::string const &); /// @@ -240,7 +239,7 @@ private: /// OutputParams runparams; - + /// Do we use biber? bool biber;