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