]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeX.h
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / LaTeX.h
index f98f90e2c108b8cb44e8fe769db15456f25b26c3..52b8ff7a0a0ea5fe4a54a41a3689389099f60fe6 100644 (file)
@@ -17,7 +17,7 @@
 #include "OutputParams.h"
 
 #include "support/docstring.h"
-#include "support/filename.h"
+#include "support/FileName.h"
 
 #include <boost/utility.hpp>
 #include <boost/signal.hpp>
@@ -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<Aux_Info> const scanAuxFiles(support::FileName const &);