]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
more IU
[lyx.git] / src / mathed / math_macro.h
index 1df6ed4bb0181cbe88a144c6be12cb99ffa3c6eb..9351d8ea51f367552bd97932f22fd6f908ce6a6c 100644 (file)
@@ -38,11 +38,11 @@ public:
        void dump() const;
 
        ///
-       bool idxUpDown(LCursor &, bool up, int targetx) const;
+       bool idxUpDown(LCursor & cur, bool up) const;
        ///
-       bool idxLeft(LCursor &) const;
+       bool idxLeft(LCursor & cur) const;
        ///
-       bool idxRight(LCursor &) const;
+       bool idxRight(LCursor & cur) const;
 
        ///
        void validate(LaTeXFeatures &) const;