]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Fix bug #9813
[lyx.git] / src / BufferView.h
index bfdb0bac429ac912613f1b08344534ef65a497f4..15d2c6bd0fb67c359ebaed132bd1297f4c527344 100644 (file)
@@ -44,6 +44,7 @@ class PainterInfo;
 class ParIterator;
 class ParagraphMetrics;
 class Point;
+class TexRow;
 class Text;
 class TextMetrics;
 
@@ -159,6 +160,8 @@ public:
 
        /// set the cursor based on the given TeX source row.
        void setCursorFromRow(int row);
+       ///
+       void setCursorFromRow(int row, TexRow const & texrow);
 
        /// set cursor to the given inset. Return true if found.
        bool setCursorFromInset(Inset const *);