X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_undersetinset.h;h=002ff0d7bd7465d061bfd73bc8e4cc0fc03366c5;hb=edbef46cd7865dab72ab6b503d62e2492479d297;hp=0be7417cd08abd5c34e15cc932f8bfd3cbd67707;hpb=ea53de7c85a432377f87a4e0cc47a027d7793a74;p=lyx.git diff --git a/src/mathed/math_undersetinset.h b/src/mathed/math_undersetinset.h index 0be7417cd0..002ff0d7bd 100644 --- a/src/mathed/math_undersetinset.h +++ b/src/mathed/math_undersetinset.h @@ -25,15 +25,15 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - bool idxFirst(LCursor &) const; + bool idxFirst(LCursor & cur) const; /// - bool idxLast(LCursor &) const; + bool idxLast(LCursor & cur) const; /// - bool idxUpDown(LCursor &, bool up, int targetx) const; + bool idxUpDown(LCursor & cur, bool up) const; /// - void write(WriteStream & os) const; + void write(WriteStream & ws) const; /// - void normalize(NormalStream &) const; + void normalize(NormalStream & ns) const; }; #endif