]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
update no.po
[lyx.git] / src / buffer.h
index a60d06de65487770703312dbff2c424eccf48e34..b3f1feeb0a528fbf58ff747fdc0197d74a6027e6 100644 (file)
@@ -35,6 +35,7 @@ class TeXErrors;
 class LaTeXFeatures;
 class Language;
 class ParIterator;
+class ParConstIterator;
 
 
 ///
@@ -402,7 +403,11 @@ public:
        ///
        ParIterator par_iterator_begin();
        ///
+       ParConstIterator par_iterator_begin() const;
+       ///
        ParIterator par_iterator_end();
+       ///
+       ParConstIterator par_iterator_end() const;
 
        ///
        Inset * getInsetFromID(int id_arg) const;