]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
ignore one more file
[lyx.git] / src / buffer.h
index 9d097efc5a991fdd79cb9993d45300b1e3f9f53f..cd8c55d7cf966d19e11e8ffe17d2e231613517de 100644 (file)
@@ -151,8 +151,8 @@ public:
        ///
        void writeFileAscii(std::ostream &, int);
        ///
-       string const asciiParagraph(Paragraph const *,
-                                   unsigned int linelen) const;
+       string const asciiParagraph(Paragraph const *, unsigned int linelen,
+                                   bool noparbreak = false) const;
        ///
        void makeLaTeXFile(string const & filename,
                           string const & original_path,