]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
(finishing patch -- question was restored, but there were still problems)
[lyx.git] / src / BufferList.h
index 9a390de0fb319b7436284190af948b7ff18315f0..18838015e4dfd9f7b87b9e370eeab270190117c8 100644 (file)
@@ -19,6 +19,7 @@
 
 namespace lyx {
 
+class Author;
 class Buffer;
 class OutputParams;
 
@@ -102,7 +103,7 @@ public:
        /// \name Functions that just operate on all buffers
        //@{
        /// reset current author for all buffers
-       void setCurrentAuthor(docstring const & name, docstring const & email);
+       void recordCurrentAuthor(Author const & author);
        /// Call changed() on all buffers, internal or not
        void changed(bool update_metrics) const;
        /// emergency save for all buffers