]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
compil fix for Qt-4.2
[lyx.git] / src / Buffer.h
index 61f6c4ae09cf451ac91fec342a4deb1b03cf6613..be21e3cec7f4608f2861e8fc61cce7787fdbccb9 100644 (file)
@@ -143,7 +143,9 @@ public:
                pit_type &, pos_type &,
                Font const &, docstring const &, bool);
        ///
-       ParIterator getParFromID(int id) const;
+       ParIterator getParFromID(int id);
+       ///
+       ParConstIterator getParFromID(int id) const;
        /// do we have a paragraph with this id?
        bool hasParWithID(int id) const;