]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Delegates.h
Disable CheckTeX while buffer is processed
[lyx.git] / src / frontends / Delegates.h
index 519a285fbfbd39e4a54b1b897551db85c68ac27a..b5844470e1827740b21cb7cc5ec7a0007eb3999f 100644 (file)
@@ -22,7 +22,7 @@ class Inset;
 
 namespace frontend {
 
-class GuiBufferViewDelegate 
+class GuiBufferViewDelegate
 {
 public:
        virtual ~GuiBufferViewDelegate() {}
@@ -65,7 +65,7 @@ public:
        /// This function is called when the buffer structure has been updated.
        virtual void updateTocItem(std::string const &, DocIterator const &) = 0;
        /// This function is called when some parsing error shows up.
-       virtual void errors(std::string const &) = 0;
+       virtual void errors(std::string const &, bool from_master = false) = 0;
        /// This function is called when some message shows up.
        virtual void message(docstring const &) = 0;
        /// This function is called when the buffer busy status change.