X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=f9502806b64201b40aba398c258d784d1cd58e05;hb=48cedb740a554d7c285a7d778877843506c75bb1;hp=b57a57e6ab6c522bcf90c295cbb86dbbf1585d4a;hpb=a6590666823cae2622c743c60a6687e5cf21fb08;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index b57a57e6ab..f9502806b6 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -23,7 +23,7 @@ #include "DepTable.h" #include -#include "support/utility.hpp" +#include class MiniBuffer; @@ -123,6 +123,10 @@ public: /// use this for running LaTeX once int operator() (); + + /// + int scanLogFile(TeXErrors &); + protected: /// The dependency file. string depfile; @@ -130,9 +134,6 @@ protected: /// void deplog(DepTable & head); - /// - int scanLogFile(TeXErrors &); - /// bool runMakeIndex(string const &);