X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_kerninset.h;h=48d50638b817ea07a3ef28e8f410b66bb4313c50;hb=701b99ecd70ac472aa53c8b2317af44def4f9670;hp=3a3de3b7c45210e37e7867fb7c293fc16b7d824e;hpb=b447408de232872fef1537fca542abc23702d572;p=lyx.git diff --git a/src/mathed/math_kerninset.h b/src/mathed/math_kerninset.h index 3a3de3b7c4..48d50638b8 100644 --- a/src/mathed/math_kerninset.h +++ b/src/mathed/math_kerninset.h @@ -28,8 +28,6 @@ public: /// explicit MathKernInset(std::string const & wid); /// - std::auto_ptr clone() const; - /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; @@ -38,6 +36,7 @@ public: /// void normalize(NormalStream & ns) const; private: + virtual std::auto_ptr doClone() const; /// width in em LyXLength wid_; };