]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Fix reading of old format templates
[lyx.git] / src / buffer.h
index b571466dc892fd501ed4dceb79dfcb4751a84cd6..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.
@@ -265,8 +265,6 @@ public:
        */
        void validate(LaTeXFeatures &) const;
 
-       ///
-       string const getIncludeonlyList(char delim = ',');
        ///
        std::vector<std::pair<string, string> > const getBibkeyList() const;
        ///