X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetList.h;h=f704a394f8c1b2070227fef014ad07320b3d8513;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=392573b54f2bf8e04f58edd590c1cfa7cbf9052d;hpb=f5251b6bdea0741ef7022bb9195ece39a28462fe;p=lyx.git diff --git a/src/InsetList.h b/src/InsetList.h index 392573b54f..f704a394f8 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. */ @@ -36,6 +36,8 @@ public: InsetList(InsetList const &, pos_type beg, pos_type end); /// void setBuffer(Buffer &); + /// + void resetBuffer(); /// class InsetTable {