]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphList.h
couple more fixes
[lyx.git] / src / ParagraphList.h
index 6b3f643de9bb7db83dfff28a6e5fb3458a286a80..b56dacdc724c4065818f4f7b2d57c5b52c55689d 100644 (file)
@@ -60,6 +60,10 @@ public:
        ///
        void push_back(Paragraph *);
        ///
+       Paragraph const * back() const;
+       ///
+       Paragraph * back();
+       ///
        int size() const;
        ///
        bool empty() const;