]> git.lyx.org Git - lyx.git/blobdiff - src/ErrorList.cpp
adjust
[lyx.git] / src / ErrorList.cpp
index a9e1212203b45ef84ad51ad691293a5bf7f289b0..1fc64c7315284f377aef2f17dbb6abb5cd01d17b 100644 (file)
 
 #include "ErrorList.h"
 
+using std::string;
 
-namespace lyx {
 
-using std::string;
+namespace lyx {
 
 ErrorItem::ErrorItem(docstring const & error_, docstring const & description_,
                     int par_id_, pos_type pos_start_, pos_type pos_end_)