]> git.lyx.org Git - lyx.git/blobdiff - src/Lexer.cpp
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / Lexer.cpp
index 8a80758874d9ba98c7a24ade44a492126e6bfabb..3ad6c8f27bff4d076a9d8f924c57345ba167f931 100644 (file)
@@ -18,6 +18,7 @@
 #include "support/debug.h"
 
 #include "support/convert.h"
+#include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/gzstream.h"
 #include "support/lstrings.h"
@@ -63,7 +64,7 @@ public:
        ///
        void popTable();
        ///
-       bool setFile(support::FileName const & filename);
+       bool setFile(FileName const & filename);
        ///
        void setStream(istream & i);
        ///
@@ -669,7 +670,7 @@ void Lexer::printError(string const & message) const
 }
 
 
-bool Lexer::setFile(support::FileName const & filename)
+bool Lexer::setFile(FileName const & filename)
 {
        return pimpl_->setFile(filename);
 }