]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.C
ws changes only
[lyx.git] / src / errorlist.C
index 1b4d7914a5e42619c8f0575131a07ea9c25101f8..3052ba49f8d96c8bec745a211dcd54517ad4ea6f 100644 (file)
@@ -12,6 +12,8 @@
 
 #include "errorlist.h"
 
+using std::string;
+
 
 ErrorItem::ErrorItem(string const & error, string const & description,
                     int par_id, int pos_start, int pos_end)
@@ -23,5 +25,3 @@ ErrorItem::ErrorItem(string const & error, string const & description,
 ErrorItem::ErrorItem()
        : par_id(-1),  pos_start(0),  pos_end(0)
 {}
-
-