X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_dotsinset.h;h=be37fb641bbd7bb3d31095262a4cc9e01fad3f55;hb=e093e5e80c334995a77445c8e66a9f3c9594dda1;hp=2fcc333c2511ed571fe340d7b211815a29590d6c;hpb=5507c1ad69ef62f0790b66c797c6d89166795590;p=lyx.git diff --git a/src/mathed/math_dotsinset.h b/src/mathed/math_dotsinset.h index 2fcc333c25..be37fb641b 100644 --- a/src/mathed/math_dotsinset.h +++ b/src/mathed/math_dotsinset.h @@ -17,17 +17,17 @@ 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; protected: /// cache for the thing's heigth mutable int dh_; /// string const name_; -}; +}; #endif