]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
* Pop up error dialog if issuing master-buffer-[view|update] and errors occured.
[features.git] / src / Buffer.h
index 72c0d8ca097271162bb5ef0075619fe22dff9870..bdaaefab7d303882ca8a82e2e007dec0fd7c5e8d 100644 (file)
@@ -455,7 +455,7 @@ public:
        /// This function is called when the buffer structure is changed.
        void structureChanged() const;
        /// This function is called when some parsing error shows up.
-       void errors(std::string const & err) const;
+       void errors(std::string const & err, bool from_master = false) const;
        /// This function is called when the buffer busy status change.
        void setBusy(bool on) const;
        /// This function is called when the buffer readonly status change.