]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
Fix working of the spellchecker dialog with ispell when there are no
[lyx.git] / src / paragraph.h
index 1b54a1df1a0b858b7c5803c8d8d9995652b7ab5b..0b4ba210e805f5d0a091f54ce084d2200ec31a17 100644 (file)
@@ -111,7 +111,8 @@ public:
 
        string const asString(Buffer const *, bool label);
        ///
-       string const asString(Buffer const *, size_type beg, size_type end);
+       string const asString(Buffer const *, size_type beg, size_type end,
+                             bool label);
        
        ///
        void writeFile(Buffer const *, std::ostream &, BufferParams const &,