X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=25756831c8713e0582bc6734802c84515b6aefbc;hb=d1dddde6d800834eb6b8c7626da4d251e7c74f08;hp=08c9dfd372643d9025e249994eb5ff69c3a2c94b;hpb=306b136cc005a1aeb9a6861ee0ac6fe2a2dd53e3;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index 08c9dfd372..25756831c8 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -19,7 +19,7 @@ #include "support/docstring.h" #include "support/FileName.h" -#include +#include #include #include @@ -64,6 +64,8 @@ public: void insertError(int line, docstring const & error_desc, docstring const & error_text, std::string const & child_name = empty_string()); + /// + void clearErrors() { errors.clear(); } private: /// Errors errors; @@ -146,7 +148,7 @@ public: }; /// This signal emits an informative message - boost::signal message; + boost::signals2::signal message; /**