X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FDelegates.h;h=d13af7eec5b3c7fdef0f12f6d30854135e7866fa;hb=1f10969bb5c5f36017bf5ba8671381b09945cf57;hp=519a285fbfbd39e4a54b1b897551db85c68ac27a;hpb=7bd33462a0de8e84cd0e6f7fa0213605f403087d;p=lyx.git diff --git a/src/frontends/Delegates.h b/src/frontends/Delegates.h index 519a285fbf..d13af7eec5 100644 --- a/src/frontends/Delegates.h +++ b/src/frontends/Delegates.h @@ -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.