]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_lefteqninset.h
remove unneeded member
[lyx.git] / src / mathed / math_lefteqninset.h
index 15c37262a973cd176ccc5383e170760f7c0b46ec..0956310561c7386f77d0e66906d834bc5a012eba 100644 (file)
@@ -17,12 +17,12 @@ public:
        ///
        MathInset * clone() const;
        ///
-       void draw(Painter &, int x, int y) const;
+       void draw(MathPainterInfo &, int x, int y) const;
        ///
-       void write(MathWriteInfo & os) const;
+       void write(WriteStream & os) const;
        ///
-       void writeNormal(std::ostream &) const;
+       void normalize(NormalStream &) const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
 };
 #endif