X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.h;h=d0b77439ac27dd7e660aedec6ed9931b20326cf9;hb=d0c326be97dc660760fe74fdcc48e8a4fcf927b1;hp=e5ccdce7ad698d0f6f552f6081cbccf758f28b63;hpb=660d86948a943d6c7f13f9f4db63d1af3a88a379;p=lyx.git diff --git a/src/ErrorList.h b/src/ErrorList.h index e5ccdce7ad..d0b77439ac 100644 --- a/src/ErrorList.h +++ b/src/ErrorList.h @@ -31,8 +31,10 @@ public: int par_id; pos_type pos_start; pos_type pos_end; + Buffer const * buffer; ErrorItem(docstring const & error, docstring const & description, - int parid, pos_type posstart, pos_type posend); + int parid, pos_type posstart, pos_type posend, + Buffer const * buf = 0); ErrorItem(); };