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