]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
* src/support/unicode.C
[lyx.git] / src / buffer.h
index e8b519e15da1b2307ff8e7bc4e3928cdf12294a1..018ee81457dc354ad7b4894870abd2c4f962c21a 100644 (file)
@@ -99,7 +99,7 @@ public:
        void loadAutoSaveFile();
 
        /// load a new file
-       bool readFile(std::string const & filename);
+       bool readFile(support::FileName const & filename);
 
        /// read the header, returns number of unknown tokens
        int readHeader(LyXLex & lex);
@@ -367,7 +367,7 @@ private:
        /** Inserts a file into a document
            \return \c false if method fails.
        */
-       bool readFile(LyXLex &, std::string const & filename);
+       bool readFile(LyXLex &, support::FileName const & filename);
 
        bool do_writeFile(std::ostream & ofs) const;