]> git.lyx.org Git - lyx.git/blobdiff - src/DocIterator.cpp
Amend 3093789e for cmake build
[lyx.git] / src / DocIterator.cpp
index 6eba5a792e2d472d786feda2bf769e82b8dacb37..b49fc2e9adde5d1c7bd0bcaec88684a9b33e7c6b 100644 (file)
@@ -271,7 +271,7 @@ pos_type DocIterator::lastpos() const
 }
 
 
-DocIterator::idx_type DocIterator::lastidx() const
+idx_type DocIterator::lastidx() const
 {
        return top().lastidx();
 }
@@ -298,13 +298,13 @@ size_t DocIterator::nrows() const
 }
 
 
-DocIterator::row_type DocIterator::row() const
+row_type DocIterator::row() const
 {
        return top().row();
 }
 
 
-DocIterator::col_type DocIterator::col() const
+col_type DocIterator::col() const
 {
        return top().col();
 }
@@ -723,7 +723,7 @@ void DocIterator::append(vector<CursorSlice> const & x)
 }
 
 
-void DocIterator::append(DocIterator::idx_type idx, pos_type pos)
+void DocIterator::append(idx_type idx, pos_type pos)
 {
        slices_.push_back(CursorSlice());
        top().idx() = idx;