]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Fix reading of old format templates
[lyx.git] / src / buffer.h
index 6e5a97c29e8442664d94340b0d8dcb951c949ac6..bae622f9e890559dd3ac1bd1e7906b3d7cfe9066 100644 (file)
@@ -108,7 +108,7 @@ public:
            \param par if != 0 insert the file.
            \return \c false if method fails.
        */
-       bool readFile(LyXLex &, Paragraph * par = 0);
+       bool readFile(LyXLex &, string const &, Paragraph * par = 0);
 
        /** Reads a file without header.
            \param par if != 0 insert the file.