X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDecoration.h;h=b755a1635f2bcdd5166203be69a7c80337470c10;hb=7f17f13bfc2ad4e7cdd8ecfce23374e2b3d0c646;hp=030836617fc69d82ea45a5cde773cb32cc0cdb8d;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathDecoration.h b/src/mathed/InsetMathDecoration.h index 030836617f..b755a1635f 100644 --- a/src/mathed/InsetMathDecoration.h +++ b/src/mathed/InsetMathDecoration.h @@ -30,7 +30,7 @@ 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; /// @@ -41,7 +41,7 @@ public: void validate(LaTeXFeatures & features) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; /// bool upper() const; ///