X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.cpp;h=be395cbd2ebaca4e48b44273654bcf2573aebb45;hb=4df7d8ab1ae443119057562fb76c2e438c053eef;hp=1fc64c7315284f377aef2f17dbb6abb5cd01d17b;hpb=3e3955c4f3ee3302d2e1aae643be37ee3b758512;p=lyx.git diff --git a/src/ErrorList.cpp b/src/ErrorList.cpp index 1fc64c7315..be395cbd2e 100644 --- a/src/ErrorList.cpp +++ b/src/ErrorList.cpp @@ -12,11 +12,11 @@ #include "ErrorList.h" -using std::string; - +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_),