]> git.lyx.org Git - lyx.git/blobdiff - src/bufferparams.h
fix some C++ parsing bugs
[lyx.git] / src / bufferparams.h
index 8be76a23d0961713c3ac5e4b4b7e8951c3329b2b..cc81d5f8164a78655763d295efee694c0fe365eb 100644 (file)
@@ -24,6 +24,7 @@
 #include "insets/insetquotes.h"
 
 #include <boost/array.hpp>
+#include <vector>
 
 class LyXLex;
 class LatexFeatures;
@@ -232,6 +233,9 @@ public:
        /// Time ago we agreed that this was a buffer property [ale990407]
        string parentname;
 
+       /// map of the file's author IDs to buffer author IDs
+       std::vector<int> author_map;
+
 private:
        /// the author list
        AuthorList authorlist;