X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraphList.h;h=b56dacdc724c4065818f4f7b2d57c5b52c55689d;hb=5091380d6bad1686800e384ed1bbb03836a15aab;hp=6b3f643de9bb7db83dfff28a6e5fb3458a286a80;hpb=808973619b70166c140acfd12467ddc84ed6a848;p=lyx.git diff --git a/src/ParagraphList.h b/src/ParagraphList.h index 6b3f643de9..b56dacdc72 100644 --- a/src/ParagraphList.h +++ b/src/ParagraphList.h @@ -60,6 +60,10 @@ public: /// void push_back(Paragraph *); /// + Paragraph const * back() const; + /// + Paragraph * back(); + /// int size() const; /// bool empty() const;