X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FParagraph.h;h=761e6e9b5dbfe8b19e764372713eca0c89cc9426;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=485e239b6694dc8e04cea5f03e57db532d6296cf;hpb=e5afe8db6669eb2395cbee3761053e38a0d05613;p=lyx.git diff --git a/src/Paragraph.h b/src/Paragraph.h index 485e239b66..761e6e9b5d 100644 --- a/src/Paragraph.h +++ b/src/Paragraph.h @@ -92,7 +92,7 @@ class Paragraph public: /// Paragraph(); - /// + /// Copy constructor. Paragraph(Paragraph const &); /// Partial copy constructor. /// Copy the Paragraph contents from \p beg to \p end (without end). @@ -103,6 +103,8 @@ public: ~Paragraph(); /// int id() const; + /// + void setId(int id); /// void addChangesToToc(DocIterator const & cdit, Buffer const & buf) const;