]> git.lyx.org Git - lyx.git/blobdiff - src/paragraph.h
more cursor dispatch
[lyx.git] / src / paragraph.h
index b604b37da3ee04ba0d051d52cf33398c2e7ce9ec..614da77c990726854a807581ae0ec1f09db88fca 100644 (file)
@@ -329,6 +329,8 @@ public:
 
        ///
        RowList::iterator getRow(lyx::pos_type pos);
+       ///
+       size_t row(lyx::pos_type pos) const;
 
        ///
        InsetList insetlist;