X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_amsarrayinset.h;h=4c45fe2d49967290437db9266bde463274cae08e;hb=6aa8d56bddcb29d2c266dc520a4e725958c31db1;hp=861f51d7dad8851fddcd91c32bc36cb1694b4502;hpb=e70e507d01205cd2b1f98dbaa1ade487628e65ce;p=lyx.git diff --git a/src/mathed/math_amsarrayinset.h b/src/mathed/math_amsarrayinset.h index 861f51d7da..4c45fe2d49 100644 --- a/src/mathed/math_amsarrayinset.h +++ b/src/mathed/math_amsarrayinset.h @@ -10,17 +10,17 @@ class MathAMSArrayInset : public MathGridInset { -public: +public: /// - MathAMSArrayInset(string const & name_, int m, int n); + MathAMSArrayInset(string const & name, int m, int n); /// - MathAMSArrayInset(string const & name_); + MathAMSArrayInset(string const & name); /// MathInset * clone() const; /// - void metrics(MathMetricsInfo const & st) const; + void metrics(MathMetricsInfo & st) const; /// - void draw(Painter & pain, int x, int y) const; + void draw(MathPainterInfo & pain, int x, int y) const; /// MathAMSArrayInset * asAMSArrayInset() { return this; } @@ -28,8 +28,6 @@ public: void write(WriteStream & os) const; /// void normalize(NormalStream &) const; - /// - void maplize(MapleStream &) const; private: ///