]> git.lyx.org Git - features.git/blobdiff - src/paragraph.h
some mods I had in my local tree, mostly small stuff, perhaps minus the the Makefile...
[features.git] / src / paragraph.h
index a01af43b0c859009165604ec9088e3a21f52135d..1b54a1df1a0b858b7c5803c8d8d9995652b7ab5b 100644 (file)
@@ -94,7 +94,7 @@ public:
        explicit
        Paragraph(Paragraph * par);
        ///
-       Paragraph(Paragraph const &, bool same_ids = false);
+       Paragraph(Paragraph const &, bool same_ids);
        /// the destructor removes the new paragraph from the list
        ~Paragraph();
 
@@ -400,6 +400,8 @@ public:
        inset_iterator InsetIterator(size_type pos);
 
 private:
+       /// if anything uses this we don't want it to.
+       Paragraph(Paragraph const &);
        ///
        Paragraph * next_;
        ///