X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathArray.h;h=f59d9e7304a9090cbad15a03722009359ed071d5;hb=137158532b1ac0cde1557226ee486b3fda39b545;hp=b14f9b2e4e366d95423cec82917ef4d39ce7aa3f;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathArray.h b/src/mathed/InsetMathArray.h index b14f9b2e4e..f59d9e7304 100644 --- a/src/mathed/InsetMathArray.h +++ b/src/mathed/InsetMathArray.h @@ -33,6 +33,8 @@ public: /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// + Dimension const dimension(BufferView const &) const; + /// void draw(PainterInfo & pi, int x, int y) const; /// InsetMathArray * asArrayInset() { return this; } @@ -50,7 +52,7 @@ public: /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// docstring name_; };