X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRoot.h;h=7c40deb27ce5195d9f1ef4a333dd52429e759cc7;hb=58ab972f714309aa87e7d956ceda00e18337875f;hp=0ba0653261678133935c1eaab6aa8532ec412767;hpb=4709a0c535da50f93db30aaffc93f016fd3220ed;p=lyx.git diff --git a/src/mathed/InsetMathRoot.h b/src/mathed/InsetMathRoot.h index 0ba0653261..7c40deb27c 100644 --- a/src/mathed/InsetMathRoot.h +++ b/src/mathed/InsetMathRoot.h @@ -25,9 +25,9 @@ public: /// InsetMathRoot(); /// - bool idxUpDown(LCursor & cur, bool up) const; + bool idxUpDown(Cursor & cur, bool up) const; /// - bool metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; @@ -44,7 +44,7 @@ public: /// void octave(OctaveStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; };