]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
and some mathed de-uglyfication
[lyx.git] / src / mathed / math_macro.h
index 6e95bc6a4fc5fc6dfbc2268d7af45b61f6494225..1df6ed4bb0181cbe88a144c6be12cb99ffa3c6eb 100644 (file)
@@ -38,11 +38,11 @@ public:
        void dump() const;
 
        ///
-       bool idxUpDown(BufferView &, bool up, int targetx) const;
+       bool idxUpDown(LCursor &, bool up, int targetx) const;
        ///
-       bool idxLeft(BufferView &) const;
+       bool idxLeft(LCursor &) const;
        ///
-       bool idxRight(BufferView &) const;
+       bool idxRight(LCursor &) const;
 
        ///
        void validate(LaTeXFeatures &) const;