]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Delegates.h
Improve wording (#10670)
[lyx.git] / src / frontends / Delegates.h
index 519a285fbfbd39e4a54b1b897551db85c68ac27a..d13af7eec5b3c7fdef0f12f6d30854135e7866fa 100644 (file)
@@ -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.