X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=25e83e8703c32b8e50700f5459cb91f2a860cdbb;hb=2f271f61bcd514da3ab5b44d2b7bf61e12ac0c44;hp=821aa0f5b893b22a21f976f44123d238578a7765;hpb=477a4da1a248c84fad4ebe61df27d16711cafe1a;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 821aa0f5b8..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,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 &);