X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathPhantom.h;h=3b5c6067da423a05d3ff42b3bacfb0364e1fbfed;hb=fc6ce7cd08562fd7bab4427880b46390bb7d2f07;hp=e1fbf50e887d46506e7a9d91a91daa5c16d01cc3;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathPhantom.h b/src/mathed/InsetMathPhantom.h index e1fbf50e88..3b5c6067da 100644 --- a/src/mathed/InsetMathPhantom.h +++ b/src/mathed/InsetMathPhantom.h @@ -28,7 +28,7 @@ public: /// explicit InsetMathPhantom(Kind); /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -36,10 +36,10 @@ public: /// write normalized content void normalize(NormalStream & ns) const; /// - void infoize(std::ostream & os) const; + void infoize(odocstream & os) const; private: /// - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// Kind kind_; };