X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.h;h=d0b77439ac27dd7e660aedec6ed9931b20326cf9;hb=9f7c8be6d794763452eac592ea9096046a8a06b9;hp=f8814208163b4aa18bd8d31a9a3ba3cff10393c7;hpb=a5263e0f927034885870a65053ef3908d1c6f885;p=lyx.git diff --git a/src/ErrorList.h b/src/ErrorList.h index f881420816..d0b77439ac 100644 --- a/src/ErrorList.h +++ b/src/ErrorList.h @@ -12,8 +12,8 @@ #ifndef ERRORLIST_H #define ERRORLIST_H -#include "support/types.h" #include "support/docstring.h" +#include "support/types.h" #include #include @@ -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(); };