]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macro.h
forward search in math insets. ugly. seems to work. don't ask why.
[lyx.git] / src / mathed / math_macro.h
index 4847d358a6a8b6845948660ddcda14162dac9158..2c3fdcfadadd270248b0519f2d504034d74302e0 100644 (file)
@@ -51,9 +51,9 @@ public:
        void dump() const;
 
        ///
-       bool idxUp(idx_type &, pos_type &) const;
+       bool idxUp(idx_type &) const;
        ///
-       bool idxDown(idx_type &, pos_type &) const;
+       bool idxDown(idx_type &) const;
        ///
        bool idxLeft(idx_type &, pos_type &) const;
        ///