]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_rootinset.C
and some mathed de-uglyfication
[features.git] / src / mathed / math_rootinset.C
index 6d9513a5bbac0a076fe0cbeb7c1d91f701246c8f..7ba1100edea89b350abaa86884a43e281f7212a2 100644 (file)
@@ -78,9 +78,8 @@ void MathRootInset::normalize(NormalStream & os) const
 }
 
 
-bool MathRootInset::idxUpDown(BufferView & bv, bool up, int) const
+bool MathRootInset::idxUpDown(LCursor & cur, bool up, int) const
 {
-       CursorSlice & cur = cursorTip(bv);
        bool target = !up; // up ? 0 : 1;
        if (cur.idx() == target)
                return false;