]> 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 898fca23e9a7127b035ba45e760f14141923b360..ca449381e55b6c66bd9dde42048979cffff0c324 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "support/docstring.h"
 
-#include <map>
+#include <vector>
 
 
 namespace lyx {
@@ -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;