]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / errorlist.C
index 89bc1c1ee2e37f6eb1be64de6d283a07a5146dc7..242ccb6abc06611a3239fd1f8181b0a5c751f7d1 100644 (file)
 
 #include "errorlist.h"
 
+using lyx::docstring;
 using lyx::pos_type;
 using std::string;
 
 
-ErrorItem::ErrorItem(string const & error_, string const & description_,
+
+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_),
          pos_start(pos_start_),  pos_end(pos_end_)