]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
mathed uglyfication
[lyx.git] / src / mathed / math_fracbase.h
index 57645ba5e51709b4eac8cd23cbe7280c2bb45512..3e4549b9f1b89c8ca5739bb5f9db8c4f4ac1b153 100644 (file)
@@ -20,11 +20,11 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
+       bool idxUpDown(BufferView &, bool up, int targetx) const;
        ///
-       bool idxLeft(idx_type & idx, pos_type & pos) const;
+       bool idxLeft(BufferView &) const;
        ///
-       bool idxRight(idx_type & idx, pos_type & pos) const;
+       bool idxRight(BufferView &) const;
 };
 
 #endif