]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
mathed uglyfication
[lyx.git] / src / mathed / math_undersetinset.h
index 7886a2842320a6307682c9c98ec7b8198b0916f1..064235552941c116b3231ff86c8dd318feea8d8a 100644 (file)
@@ -25,11 +25,11 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(idx_type & idx, pos_type & pos) const;
+       bool idxFirst(BufferView &) const;
        ///
-       bool idxLast(idx_type & idx, pos_type & pos) const;
+       bool idxLast(BufferView &) const;
        ///
-       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
+       bool idxUpDown(BufferView &, bool up, int targetx) const;
        ///
        void write(WriteStream & os) const;
        ///