]> git.lyx.org Git - lyx.git/blobdiff - src/Author.h
Improve how add_to_preamble and insert_to_preamble work, and audit the
[lyx.git] / src / Author.h
index 3bfefaaba0022d46f097337fcc7abf480530a580..ca449381e55b6c66bd9dde42048979cffff0c324 100644 (file)
@@ -62,6 +62,8 @@ public:
        ///
        void record(int id, Author const & a);
        ///
+       void recordCurrentAuthor(Author const & a);
+       ///
        Author const & get(int id) const;
        ///
        typedef std::vector<Author> Authors;