]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_fracbase.h
index 57645ba5e51709b4eac8cd23cbe7280c2bb45512..5339db82711a8b6c187f039bcf731845fadfe961 100644 (file)
@@ -20,11 +20,11 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
+       bool idxUpDown(LCursor &, bool up) const;
        ///
-       bool idxLeft(idx_type & idx, pos_type & pos) const;
+       bool idxLeft(LCursor &) const;
        ///
-       bool idxRight(idx_type & idx, pos_type & pos) const;
+       bool idxRight(LCursor &) const;
 };
 
 #endif