X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=c7d51e92a6e86529d5a2d3ce428772dcb254ddd1;hb=2486c96b8d9086471299bf207b85b1ce848246aa;hp=fb2bd7c56b064ae2efbb5b0935c909b841a298f5;hpb=ec94b42f515c771687a2f0b8ba9fb306081aaf47;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index fb2bd7c56b..c7d51e92a6 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -28,7 +28,8 @@ class DepTable; class TeXErrors { private: /// - struct Error { + class Error { + public: /// Error () : error_in_line(0) {} /// @@ -155,7 +156,7 @@ private: void deplog(DepTable & head); /// - bool runMakeIndex(std::string const &); + bool runMakeIndex(std::string const &, OutputParams const &); /// std::vector const scanAuxFiles(std::string const &);