]> git.lyx.org Git - lyx.git/blobdiff - src/Changes.cpp
Kornel's gcc compile fix.
[lyx.git] / src / Changes.cpp
index a47de9cbe19128ed33ec70721637e1c1e6c59be3..2f7feb1256243571d9f253f6201365a95e7f8494 100644 (file)
@@ -256,7 +256,7 @@ Change const & Changes::lookup(pos_type const pos) const
 }
 
 
-bool Changes::isFullyDeleted(pos_type start, pos_type end) const
+bool Changes::isDeleted(pos_type start, pos_type end) const
 {
        ChangeTable::const_iterator it = table_.begin();
        ChangeTable::const_iterator const itend = table_.end();