]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
whichFont down to 5.3%
[lyx.git] / src / mathed / math_fracbase.h
index 1236c8a69830b8f2b195455de06cf9acf89f124a..8fff7cfaf38e50156048d2bf1d3e49219a0138d6 100644 (file)
@@ -13,13 +13,13 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(int &, int &) const;
+       bool idxUp(idx_type &) const;
        ///
-       bool idxDown(int &, int &) const;
+       bool idxDown(idx_type &) const;
        ///
-       bool idxLeft(int &, int &) const;
+       bool idxLeft(idx_type &, pos_type &) const;
        ///
-       bool idxRight(int &, int &) const;
+       bool idxRight(idx_type &, pos_type &) const;
 };
 
 #endif