X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathFBox.h;h=e7273b9608918fd09b155d5709f8eb87b315fba8;hb=2640b2122838b7025b8494fb378b8927fca75831;hp=de0dcb955983f9cd7e18bf2607e5d7bef57a2a12;hpb=e89625ef28143545a511cdabc67dee8b7be1b216;p=lyx.git diff --git a/src/mathed/InsetMathFBox.h b/src/mathed/InsetMathFBox.h index de0dcb9559..e7273b9608 100644 --- a/src/mathed/InsetMathFBox.h +++ b/src/mathed/InsetMathFBox.h @@ -15,6 +15,9 @@ #include "InsetMathNest.h" +namespace lyx { + + /// Non-AMS-style frame class InsetMathFBox : public InsetMathNest { public: @@ -23,7 +26,7 @@ public: /// mode_type currentMode() const; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; /// @@ -31,9 +34,12 @@ 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; }; + + +} // namespace lyx #endif