]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.h
added a parseError signal to Buffer and use it
[lyx.git] / src / errorlist.h
index 993d2b1f937ec320e432b144a41c1644011a238b..21a87b08ed14880efb3a09ba67a6e32d5015533d 100644 (file)
@@ -27,8 +27,8 @@ struct ErrorItem {
        int par_id;
        int pos_start;
        int pos_end;
-       ErrorItem(string const &, string const &
-                 int, int, int);
+       ErrorItem(string const & error, string const & description
+                 int parid, int posstart, int posend);
        ErrorItem();
 };