X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferList.h;h=edfabdfbbcd23a5c596201bddf3e6f2254c63db3;hb=e45427de389bc188f02ebe0de2c052740dcde09c;hp=c703cd2a04cddd83ae7840336cc3d76de0d30567;hpb=c5487a368239775893ec4ac85cb81aaa477e0cc7;p=lyx.git diff --git a/src/BufferList.h b/src/BufferList.h index c703cd2a04..edfabdfbbc 100644 --- a/src/BufferList.h +++ b/src/BufferList.h @@ -108,6 +108,9 @@ public: /// reset current author for all buffers void setCurrentAuthor(docstring const & name, docstring const & email); + /// Call changed() on all buffers, internal or not + void changed(bool update_metrics) const; + private: /// noncopiable BufferList(BufferList const &);