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