X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList.h;h=b56dacdc724c4065818f4f7b2d57c5b52c55689d;hb=5091380d6bad1686800e384ed1bbb03836a15aab;hp=322aa85cb8b4e052f1a446f2e45d73e30d55318b;hpb=5bd7f9d67b0928af4e379764dfd7a536f502f670;p=lyx.git diff --git a/src/ParagraphList.h b/src/ParagraphList.h index 322aa85cb8..b56dacdc72 100644 --- a/src/ParagraphList.h +++ b/src/ParagraphList.h @@ -58,6 +58,12 @@ public: /// void set(Paragraph *); /// + void push_back(Paragraph *); + /// + Paragraph const * back() const; + /// + Paragraph * back(); + /// int size() const; /// bool empty() const;