]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_macro.h
index 8912501b5e32711aa6c8a39ed61df1c0bce99460..9351d8ea51f367552bd97932f22fd6f908ce6a6c 100644 (file)
@@ -38,11 +38,11 @@ public:
        void dump() const;
 
        ///
-       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
+       bool idxUpDown(LCursor & cur, bool up) const;
        ///
-       bool idxLeft(idx_type & idx, pos_type & pos) const;
+       bool idxLeft(LCursor & cur) const;
        ///
-       bool idxRight(idx_type & idx, pos_type & pos) const;
+       bool idxRight(LCursor & cur) const;
 
        ///
        void validate(LaTeXFeatures &) const;