]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
Fix copy&paste bug.
[lyx.git] / src / InsetList.h
index 13beeb0b9cc6218c94561d90257c7a980149ffc9..aa99aeb4af047cab255f1475c08cea422499376d 100644 (file)
@@ -22,7 +22,6 @@ namespace lyx {
 class Inset;
 class Buffer;
 
-
 ///
 class InsetList {
 public:
@@ -72,6 +71,11 @@ 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_;