X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_fracbase.h;h=32d601f347fa487b47baa163ebb84c6869564c5b;hb=6aa8d56bddcb29d2c266dc520a4e725958c31db1;hp=08f05017d5a9212623f6040432c8acbbbf0dddb6;hpb=e597fc7ae4bcf294ba48f2bb2f649d72ece9a0be;p=lyx.git diff --git a/src/mathed/math_fracbase.h b/src/mathed/math_fracbase.h index 08f05017d5..32d601f347 100644 --- a/src/mathed/math_fracbase.h +++ b/src/mathed/math_fracbase.h @@ -13,13 +13,11 @@ public: /// MathFracbaseInset(); /// - bool idxUp(MathInset::idx_type &, MathInset::pos_type &) const; + bool idxUpDown(idx_type &, bool up) const; /// - bool idxDown(MathInset::idx_type &, MathInset::pos_type &) const; + bool idxLeft(idx_type &, pos_type &) const; /// - bool idxLeft(MathInset::idx_type &, MathInset::pos_type &) const; - /// - bool idxRight(MathInset::idx_type &, MathInset::pos_type &) const; + bool idxRight(idx_type &, pos_type &) const; }; #endif