]> git.lyx.org Git - lyx.git/blobdiff - src/buffer_funcs.h
revert recent change to development/FORMAT (don't change history)
[lyx.git] / src / buffer_funcs.h
index dba8ec93b591957539613394505dd3c5f9075ff3..599a2dbc714f1196a1f729a8671ce6cf87b77e80 100644 (file)
@@ -37,10 +37,9 @@ Buffer * newFile(std::string const & filename, std::string const & templatename,
 
 ///return the format of the buffer on a string
 std::string const bufferFormat(Buffer const & buffer);
-///
-void bufferErrors(Buffer const &, TeXErrors const &);
-///
-void bufferErrors(Buffer const &, ErrorList const &);
+
+/// Fill in the ErrorList with the TeXErrors
+void bufferErrors(Buffer const &, TeXErrors const &, ErrorList &);
 
 /// Count the number of words in the text between these two iterators
 int countWords(DocIterator const & from, DocIterator const & to);