]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
ui glitch
[lyx.git] / src / BufferParams.h
index abe30526bd6fb8efd5bdcb1fcca1e8bf17d1b8c1..7a59bae753874ff5d1a7d40d2705b9ad738d4c7b 100644 (file)
@@ -340,7 +340,8 @@ public:
        AuthorList const & authors() const;
 
        /// map of the file's author IDs to AuthorList indexes
-       std::map<unsigned int, int> author_map;
+       typedef std::map<int, int> AuthorMap;
+       AuthorMap author_map;
        /// the buffer's font encoding
        std::string const font_encoding() const;
        ///