]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Routines for calculating numerical labels for BibTeX citations.
[lyx.git] / src / Paragraph.h
index 485e239b6694dc8e04cea5f03e57db532d6296cf..761e6e9b5dbfe8b19e764372713eca0c89cc9426 100644 (file)
@@ -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;