X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.cpp;h=be395cbd2ebaca4e48b44273654bcf2573aebb45;hb=2098f1d8c20d51e63e670bcdc9da8996068975bf;hp=bc007da2ddc5d8d060f5fd77cc6636eb59eef9e5;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/ErrorList.cpp b/src/ErrorList.cpp index bc007da2dd..be395cbd2e 100644 --- a/src/ErrorList.cpp +++ b/src/ErrorList.cpp @@ -16,6 +16,7 @@ using namespace std; namespace lyx { + ErrorItem::ErrorItem(docstring const & error_, docstring const & description_, int par_id_, pos_type pos_start_, pos_type pos_end_) : error(error_), description(description_), par_id(par_id_),