]> git.lyx.org Git - lyx.git/blobdiff - src/errorlist.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / errorlist.h
index 21a87b08ed14880efb3a09ba67a6e32d5015533d..f2a9b2d46787ac1bd603bb07cf58884884dc92b1 100644 (file)
@@ -18,7 +18,6 @@
 #include <vector>
 
 class Buffer;
-class TeXErrors;
 
 /// A class to hold an error item
 struct ErrorItem {
@@ -36,7 +35,6 @@ class ErrorList : private std::vector<ErrorItem>
 {
 public:        
        ErrorList() : std::vector<ErrorItem> () {};
-       ErrorList(Buffer const & buf, TeXErrors const &);
 
        using std::vector<ErrorItem>::push_back;
        using std::vector<ErrorItem>::end;