X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRoot.h;h=7c40deb27ce5195d9f1ef4a333dd52429e759cc7;hb=58ab972f714309aa87e7d956ceda00e18337875f;hp=ee0bea3f147385039ea1ebe267042a87b6dab938;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/InsetMathRoot.h b/src/mathed/InsetMathRoot.h index ee0bea3f14..7c40deb27c 100644 --- a/src/mathed/InsetMathRoot.h +++ b/src/mathed/InsetMathRoot.h @@ -27,7 +27,7 @@ public: /// 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; };