]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_undersetinset.h
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_undersetinset.h
index 7886a2842320a6307682c9c98ec7b8198b0916f1..002ff0d7bd7465d061bfd73bc8e4cc0fc03366c5 100644 (file)
@@ -25,15 +25,15 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
-       bool idxFirst(idx_type & idx, pos_type & pos) const;
+       bool idxFirst(LCursor & cur) const;
        ///
-       bool idxLast(idx_type & idx, pos_type & pos) const;
+       bool idxLast(LCursor & cur) const;
        ///
-       bool idxUpDown(idx_type & idx, pos_type & pos, 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