]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
Fix reading of math macros
[lyx.git] / src / mathed / math_fracbase.h
index 1236c8a69830b8f2b195455de06cf9acf89f124a..9c138686144e52766d531c622da5237d3ddcd686 100644 (file)
@@ -13,13 +13,11 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(int &, int &) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxDown(int &, int &) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
        ///
-       bool idxLeft(int &, int &) const;
-       ///
-       bool idxRight(int &, int &) const;
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif