X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=1f52dab188386e791f2380f2467bca8715d83957;hb=46bd598fc5b0b1bb61e713428c54aedf9c6e6d98;hp=2860e68d6c805bfefc54d48c47557178d03be383;hpb=a6444784dca48da8b1f7723be12069b2e1dbb4c5;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 2860e68d6c..1f52dab188 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -16,12 +16,17 @@ #include "outputparams.h" +#include "support/docstring.h" + #include #include #include #include + +namespace lyx { + class DepTable; /// @@ -126,7 +131,7 @@ public: }; /// This signal emits an informative message - boost::signal message; + boost::signal message; /** @@ -156,7 +161,8 @@ private: void deplog(DepTable & head); /// - bool runMakeIndex(std::string const &, OutputParams const &); + bool runMakeIndex(std::string const &, OutputParams const &, + std::string const & = std::string()); /// std::vector const scanAuxFiles(std::string const &); @@ -196,4 +202,7 @@ private: OutputParams runparams; }; + +} // namespace lyx + #endif