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