X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=25e83e8703c32b8e50700f5459cb91f2a860cdbb;hb=ad91dd139c4d6665704b11d9bd34770c3b769543;hp=bc310ec1db5d6d1d493f86d086e121d371365c67;hpb=0c9756da867d276404fc9938059a7ac96014e0ec;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index bc310ec1db..25e83e8703 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -14,12 +14,12 @@ #ifndef LATEX_H #define LATEX_H -#include "outputparams.h" +#include "OutputParams.h" #include "support/docstring.h" -#include "support/filename.h" +#include "support/FileName.h" -#include +#include #include #include @@ -169,7 +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::vector const scanAuxFiles(support::FileName const &);