X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_lefteqninset.h;h=a59cd9de161fc2d8405addbb127b259f9040b925;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=78525d8663d1b00e39b0d50282c7fc25ef8f2708;hpb=0daba49b1d7493cbf76658314b7459b51f870081;p=lyx.git diff --git a/src/mathed/math_lefteqninset.h b/src/mathed/math_lefteqninset.h index 78525d8663..a59cd9de16 100644 --- a/src/mathed/math_lefteqninset.h +++ b/src/mathed/math_lefteqninset.h @@ -4,9 +4,6 @@ #include "math_nestinset.h" -#ifdef __GNUG__ -#pragma interface -#endif /// Support for LaTeX's \\lefteqn command @@ -15,14 +12,14 @@ public: /// MathLefteqnInset(); /// - MathInset * clone() const; + InsetBase * clone() const; /// - void draw(Painter &, int x, int y) const; + string name() const; /// - void write(MathWriteInfo & os) const; + void metrics(MetricsInfo & mi, Dimension & dim) const; /// - void writeNormal(NormalStream &) const; + void draw(PainterInfo & pi, int x, int y) const; /// - void metrics(MathMetricsInfo const & st) const; + void infoize(std::ostream & os) const; }; #endif