]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathRoot.h
index ac69d1d933f7341b18ae47b12015a0d0eb613a21..7c40deb27ce5195d9f1ef4a333dd52429e759cc7 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetMathRoot();
        ///
-       bool idxUpDown(LCursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const;
        ///
        void 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 Inset * clone() const;
 };