]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
fix build, thesaurus
[lyx.git] / src / mathed / math_fracbase.h
index 08f05017d5a9212623f6040432c8acbbbf0dddb6..8fff7cfaf38e50156048d2bf1d3e49219a0138d6 100644 (file)
@@ -13,13 +13,13 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxUp(idx_type &) const;
        ///
-       bool idxDown(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxDown(idx_type &) const;
        ///
-       bool idxLeft(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxLeft(idx_type &, pos_type &) const;
        ///
-       bool idxRight(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxRight(idx_type &, pos_type &) const;
 };
 
 #endif