]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
Account for old versions of Pygments
[lyx.git] / src / InsetList.h
index 2664a87d17b81cf2fe34a60d8d86e28d97f06780..f704a394f8c1b2070227fef014ad07320b3d8513 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -31,6 +31,13 @@ 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 &);
+       ///
+       void resetBuffer();
 
        ///
        class InsetTable {