]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.h
Simplify DocIterator
[lyx.git] / src / Changes.h
index 61e32b7dd9095afd2f8f863baa02c0ff67804f46..da9fef2cb708fe5b3ff3dd5b303a0dcbadb96314 100644 (file)
@@ -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);
 
        ///