]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
Fix.
[lyx.git] / src / mathed / math_fracbase.h
index 1236c8a69830b8f2b195455de06cf9acf89f124a..96393bb651b055c72855cdb09318adcf871bfb17 100644 (file)
@@ -4,22 +4,17 @@
 
 #include "math_nestinset.h"
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 class MathFracbaseInset : public MathNestInset {
 public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(int &, int &) const;
-       ///
-       bool idxDown(int &, int &) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxLeft(int &, int &) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
        ///
-       bool idxRight(int &, int &) const;
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif