X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBoxed.h;h=930c7b3aa03774d58a785b0539b4b76462973474;hb=f212b483355d68e93132fb469814e13335d0886b;hp=c4a20f10f2c424931b1f67879583d0b11d2e9b0a;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathBoxed.h b/src/mathed/InsetMathBoxed.h index c4a20f10f2..930c7b3aa0 100644 --- a/src/mathed/InsetMathBoxed.h +++ b/src/mathed/InsetMathBoxed.h @@ -26,7 +26,7 @@ public: /// void validate(LaTeXFeatures & features) const; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -34,7 +34,7 @@ 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; };