]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
Updates from Bennett and myself.
[lyx.git] / src / LaTeX.h
index 4ac520bac91052cb7ccc77f04461cf4292fec8b2..9af22c954f2c377fa9bc7d68f825efe504132f0b 100644 (file)
@@ -17,6 +17,7 @@
 #include "outputparams.h"
 
 #include "support/docstring.h"
+#include "support/filename.h"
 
 #include <boost/utility.hpp>
 #include <boost/signal.hpp>
@@ -155,7 +156,7 @@ private:
        int startscript();
 
        /// The dependency file.
-       std::string depfile;
+       support::FileName depfile;
 
        ///
        void deplog(DepTable & head);