]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
fix typo and and ukrainian
[lyx.git] / src / LaTeX.h
index b57a57e6ab6c522bcf90c295cbb86dbbf1585d4a..f9502806b64201b40aba398c258d784d1cd58e05 100644 (file)
@@ -23,7 +23,7 @@
 #include "DepTable.h"
 #include <vector>
 
-#include "support/utility.hpp"
+#include <boost/utility.hpp>
 
 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 &);