X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_binominset.h;h=08a8985765661edd8bb3328ddb4f29796bfbfcaa;hb=701b99ecd70ac472aa53c8b2317af44def4f9670;hp=fdda25d0ca6c7ed0a90baf44927ad4b1eeed7606;hpb=1f9e9cf5173fa1fbafdff5f21080e5194b05818b;p=lyx.git diff --git a/src/mathed/math_binominset.h b/src/mathed/math_binominset.h index fdda25d0ca..08a8985765 100644 --- a/src/mathed/math_binominset.h +++ b/src/mathed/math_binominset.h @@ -10,7 +10,7 @@ */ #ifndef MATH_BINOMINSET_H -#define MATH_DINOMINSET_H +#define MATH_BINOMINSET_H #include "math_fracbase.h" @@ -21,8 +21,6 @@ public: /// explicit MathBinomInset(bool choose = false); /// - virtual std::auto_ptr clone() const; - /// void write(WriteStream & os) const; /// void normalize(NormalStream &) const; @@ -31,6 +29,7 @@ public: /// void draw(PainterInfo &, int x, int y) const; private: + virtual std::auto_ptr doClone() const; /// int dw() const; ///