X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDecoration.h;h=b755a1635f2bcdd5166203be69a7c80337470c10;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=70e5c011c38675b463d2cb92b0c0cf80a5193023;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathDecoration.h b/src/mathed/InsetMathDecoration.h index 70e5c011c3..b755a1635f 100644 --- a/src/mathed/InsetMathDecoration.h +++ b/src/mathed/InsetMathDecoration.h @@ -30,18 +30,18 @@ public: /// void write(WriteStream & os) const; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + bool metrics(MetricsInfo & mi, Dimension & dim) const; /// void normalize(NormalStream & os) const; /// - void infoize(std::ostream & os) const; + void infoize(odocstream & os) const; /// bool isScriptable() const; /// void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// bool upper() const; ///