]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
* the old cursor is stored before dispatch and then used after moving
[lyx.git] / src / mathed / InsetMathRoot.h
index 57af6ae83a9608ede392bf772254cb9f19b2f42d..ee0bea3f147385039ea1ebe267042a87b6dab938 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetMathRoot();
        ///
-       bool idxUpDown(LCursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
        bool metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
@@ -40,9 +40,11 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
+       void mathematica(MathematicaStream &) const;
+       ///
        void octave(OctaveStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual std::auto_ptr<Inset> doClone() const;
 };