]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
the monster patch
[lyx.git] / src / mathed / math_macro.h
index 8912501b5e32711aa6c8a39ed61df1c0bce99460..6e95bc6a4fc5fc6dfbc2268d7af45b61f6494225 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(BufferView &, bool up, int targetx) const;
        ///
-       bool idxLeft(idx_type & idx, pos_type & pos) const;
+       bool idxLeft(BufferView &) const;
        ///
-       bool idxRight(idx_type & idx, pos_type & pos) const;
+       bool idxRight(BufferView &) const;
 
        ///
        void validate(LaTeXFeatures &) const;