]> 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 71d0b9418bc2cc6fd19ee594c6a3fdde5912bbad..9c138686144e52766d531c622da5237d3ddcd686 100644 (file)
@@ -12,12 +12,12 @@ class MathFracbaseInset : public MathNestInset {
 public:
        ///
        MathFracbaseInset();
-       /// 
-       bool idxUpDown(idx_type &, bool up) const;
        ///
-       bool idxLeft(idx_type &, pos_type &) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxRight(idx_type &, pos_type &) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
+       ///
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif