X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRoot.h;h=ee0bea3f147385039ea1ebe267042a87b6dab938;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=57af6ae83a9608ede392bf772254cb9f19b2f42d;hpb=e24bf64c68102691fc76081de9fb57926b482726;p=lyx.git diff --git a/src/mathed/InsetMathRoot.h b/src/mathed/InsetMathRoot.h index 57af6ae83a..ee0bea3f14 100644 --- a/src/mathed/InsetMathRoot.h +++ b/src/mathed/InsetMathRoot.h @@ -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 doClone() const; + virtual std::auto_ptr doClone() const; };