]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big...
[lyx.git] / src / InsetList.h
index aa99aeb4af047cab255f1475c08cea422499376d..da168c488a026f9e48161694b16588f1c805e292 100644 (file)
@@ -25,6 +25,11 @@ class Buffer;
 ///
 class InsetList {
 public:
+       ///
+       InsetList() {}
+       ///
+       InsetList(InsetList const &);
+
        ///
        class InsetTable {
        public:
@@ -71,11 +76,6 @@ public:
        ///
        void decreasePosAfterPos(pos_type pos);
 
-       /// replicate ourselves.
-       /// Warning: this should be used with care, only
-       /// Paragraph::Pimpl should use it actually.
-       void clone();
-
 private:
        ///
        List list_;