X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXYMatrix.h;h=1d5cd2f735f8b3ad088907602510695e216ec659;hb=12314897982e07afd8926c997f66d7bb08e7e1fd;hp=5c7f1b2a3a7301b92a275b5a3d724ecc08dffb5a;hpb=8c622e4ff04765c786cbe9ccc9824f4429aee4e7;p=lyx.git diff --git a/src/mathed/InsetMathXYMatrix.h b/src/mathed/InsetMathXYMatrix.h index 5c7f1b2a3a..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_; ///