X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetList.h;h=dcaa28eabce6ee073c00367b53032406c12e51be;hb=0a7705a6736a85c3c751f7b4e9998833cdb71fc9;hp=f394c11a66c0969c6310507cc78f2ee35dc0801f;hpb=396a90decb79a13a0ead2072cdacd52dcdf07842;p=lyx.git diff --git a/src/InsetList.h b/src/InsetList.h index f394c11a66..dcaa28eabc 100644 --- a/src/InsetList.h +++ b/src/InsetList.h @@ -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,9 @@ 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 &);