]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
move around stuff, remove unneeded declarations etc
[lyx.git] / src / mathed / math_undersetinset.h
index 0be7417cd08abd5c34e15cc932f8bfd3cbd67707..002ff0d7bd7465d061bfd73bc8e4cc0fc03366c5 100644 (file)
@@ -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