]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
code cosmetics to the iterator fix
[lyx.git] / src / mathed / math_fracbase.h
index 3e4549b9f1b89c8ca5739bb5f9db8c4f4ac1b153..5339db82711a8b6c187f039bcf731845fadfe961 100644 (file)
@@ -20,11 +20,11 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUpDown(BufferView &, bool up, int targetx) const;
+       bool idxUpDown(LCursor &, bool up) const;
        ///
-       bool idxLeft(BufferView &) const;
+       bool idxLeft(LCursor &) const;
        ///
-       bool idxRight(BufferView &) const;
+       bool idxRight(LCursor &) const;
 };
 
 #endif