X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.h;h=35294476dccdb4a27fdb198e8e01d25ee06dd89a;hb=bea9d2f3f774d62aa48fe83ebbefdd0e7d5f85b9;hp=41c65fc24a533de59827b29c617362e6a3fe7e6e;hpb=e1492a3ab175588198664c803bf50188439937e7;p=lyx.git diff --git a/src/ErrorList.h b/src/ErrorList.h index 41c65fc24a..35294476dc 100644 --- a/src/ErrorList.h +++ b/src/ErrorList.h @@ -27,6 +27,7 @@ class Buffer; /// A class to hold an error item class ErrorItem { public: + typedef TexRow::TextEntry TextEntry; docstring error; docstring description; // To generalise into RowEntries @@ -35,8 +36,7 @@ public: Buffer const * buffer; // With a start position and an end position ErrorItem(docstring const & error, docstring const & description, - TextEntry start, TextEntry end, - Buffer const * buf = 0); + TextEntry start, TextEntry end, Buffer const * buf = 0); // Error outside the document body ErrorItem(docstring const & error, docstring const & description, Buffer const * buf = 0);