]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.C
more cursor dispatch
[lyx.git] / src / lyxrow.C
index 8ae4715e650e0f6aadf5a74126a3382ed6f95471..fadebef1099bea31d63b66269ee2547e262c7d0a 100644 (file)
@@ -48,13 +48,13 @@ pos_type Row::pos() const
 }
 
 
-void Row::end(pos_type p)
+void Row::endpos(pos_type p)
 {
        end_ = p;
 }
 
 
-pos_type Row::end() const
+pos_type Row::endpos() const
 {
        return end_;
 }