X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_lefteqninset.h;h=a59cd9de161fc2d8405addbb127b259f9040b925;hb=92d522b7f1be6046adcac062c558bbf0bf021612;hp=15c37262a973cd176ccc5383e170760f7c0b46ec;hpb=5507c1ad69ef62f0790b66c797c6d89166795590;p=lyx.git diff --git a/src/mathed/math_lefteqninset.h b/src/mathed/math_lefteqninset.h index 15c37262a9..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(std::ostream &) const; + void draw(PainterInfo & pi, int x, int y) const; /// - void metrics(MathMetricsInfo const & st) const; + void infoize(std::ostream & os) const; }; #endif