X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.h;h=1d5cd2f735f8b3ad088907602510695e216ec659;hb=12314897982e07afd8926c997f66d7bb08e7e1fd;hp=9afc176347806c947c81f419b4459f83cd081fde;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.h b/src/mathed/InsetMathXYMatrix.h index 9afc176347..1d5cd2f735 100644 --- a/src/mathed/InsetMathXYMatrix.h +++ b/src/mathed/InsetMathXYMatrix.h @@ -24,7 +24,7 @@ public: /// InsetMathXYMatrix(Length const & = Length(), char c = '\0'); /// - bool metrics(MetricsInfo &, Dimension &) const; + void metrics(MetricsInfo &, Dimension &) const; /// InsetMathXYMatrix const * asXYMatrixInset() const { return this; } /// @@ -46,7 +46,7 @@ public: void validate(LaTeXFeatures & features) const; private: /// - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// extra spacing, may be empty Length spacing_; ///