]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph_pimpl.h
Minor code shuffle.
[lyx.git] / src / paragraph_pimpl.h
index bda3bc960dac2e27948f62236b5a5bb6d724ff75..628f20d5e9e976d4055674968a438f2f245a4280 100644 (file)
@@ -24,7 +24,7 @@ struct Paragraph::Pimpl {
        ///
        Pimpl(Paragraph * owner);
        /// Copy constructor
-       Pimpl(Pimpl const &, Paragraph * owner);
+       Pimpl(Pimpl const &, Paragraph * owner, bool same_ids = false);
        ///
        Paragraph::size_type size() const {
                return text.size();
@@ -140,6 +140,8 @@ struct Paragraph::Pimpl {
                                   size_type & i,
                                   int & column, value_type const c);
        ///
+       Paragraph * getParFromID(int id) const;
+       ///
        unsigned int id_;
        ///
        static unsigned int paragraph_id;