]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
* lyx_1_6.py:
[lyx.git] / src / InsetList.h
index 2664a87d17b81cf2fe34a60d8d86e28d97f06780..392573b54f2bf8e04f58edd590c1cfa7cbf9052d 100644 (file)
@@ -31,6 +31,11 @@ public:
        InsetList() {}
        ///
        InsetList(InsetList const &);
+       /// Partial copy constructor.
+       /// Copy the InsetList contents from \p beg to \p end (without end).
+       InsetList(InsetList const &, pos_type beg, pos_type end);
+       ///
+       void setBuffer(Buffer &);
 
        ///
        class InsetTable {