X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=25e83e8703c32b8e50700f5459cb91f2a860cdbb;hb=2f271f61bcd514da3ab5b44d2b7bf61e12ac0c44;hp=c6ff48a3c3e4e6b9750af12f21051da406b1fbe7;hpb=138b23fac84930cdbfada0067c61480989041113;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index c6ff48a3c3..25e83e8703 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -19,7 +19,7 @@ #include "support/docstring.h" #include "support/FileName.h" -#include +#include #include #include @@ -169,11 +169,11 @@ private: /// bool runMakeIndex(std::string const &, OutputParams const &, - std::string const & = std::string()); + std::string const & = std::string()); /// bool runMakeIndexNomencl(support::FileName const &, OutputParams const &, - std::string const &, std::string const &); + std::string const &, std::string const &); /// std::vector const scanAuxFiles(support::FileName const &);