]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
Revert "Fix a number of signedness warnings"
[lyx.git] / src / BufferParams.h
index a6e1f575725c05ee67742871fae2d93e2ed395f1..6a5ded826013d56f8d8e089c9d7f26403c9c4280 100644 (file)
@@ -450,7 +450,7 @@ public:
        void addAuthor(Author const & a);
 
        /// map of the file's author IDs to AuthorList indexes
-       typedef std::map<size_t, size_t> AuthorMap;
+       typedef std::map<int, int> AuthorMap;
        AuthorMap author_map_;
 
        /// the buffer's active font encoding