]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Simplify DocIterator
[lyx.git] / src / Changes.h
index d5a282ce88aa099447a25d0317fe95d7e2c25ecb..da9fef2cb708fe5b3ff3dd5b303a0dcbadb96314 100644 (file)
@@ -83,7 +83,7 @@ public:
 
        Type type;
 
-       size_t author;
+       int author;
 
        time_t changetime;
 };
@@ -102,11 +102,11 @@ public:
 
        /// erase the entry at pos and adjust all range bounds past it
        /// (assumes that a character was deleted at pos)
-       void erase(lyx::pos_type pos);
+       void erase(pos_type pos);
 
        /// insert a new entry at pos and adjust all range bounds past it
        /// (assumes that a character was inserted at pos)
-       void insert(Change const & change, lyx::pos_type pos);
+       void insert(Change const & change, pos_type pos);
 
        ///