X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_symbolinset.h;h=29fcafb4eab681390b53be7a48de4500ec7bad91;hb=701b99ecd70ac472aa53c8b2317af44def4f9670;hp=ebda7fc20f2d4e9ab8d67aeb4c04f60cbdce1fd8;hpb=04296d3738e954982e9c087cc1ca7aaa792392ca;p=lyx.git diff --git a/src/mathed/math_symbolinset.h b/src/mathed/math_symbolinset.h index ebda7fc20f..29fcafb4ea 100644 --- a/src/mathed/math_symbolinset.h +++ b/src/mathed/math_symbolinset.h @@ -29,8 +29,6 @@ public: /// explicit MathSymbolInset(std::string const & name); /// - virtual std::auto_ptr clone() const; - /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo &, int x, int y) const; @@ -68,6 +66,7 @@ public: void infoize2(std::ostream & os) const; private: + virtual std::auto_ptr doClone() const; /// latexkeys const * sym_; ///