]> git.lyx.org Git - lyx.git/blobdiff - src/ErrorList.cpp
A little cleanup of the layout files.
[lyx.git] / src / ErrorList.cpp
index bc007da2ddc5d8d060f5fd77cc6636eb59eef9e5..be395cbd2ebaca4e48b44273654bcf2573aebb45 100644 (file)
@@ -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_),