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