]> git.lyx.org Git - lyx.git/blobdiff - src/lyxcursor.C
fix warning
[lyx.git] / src / lyxcursor.C
index 47489a0fddea40b4c763a51bca35ab398dea20fd..a6caad20241a40d65c2d32797944f3cb597b8414 100644 (file)
@@ -127,3 +127,15 @@ Row * LyXCursor::row() const
 {
        return row_;
 }
+
+
+void LyXCursor::irow(Row * r)
+{
+       irow_ = r;
+}
+
+
+Row * LyXCursor::irow() const
+{
+       return irow_;
+}